ApplePayDateComponentsRange
A dictionary that specifies the start and end dates for a range of time.
Declaration
dictionary ApplePayDateComponentsRange {
required ApplePayDateComponents startDateComponents;
required ApplePayDateComponents endDateComponents;
};