---
title: ApplePayDateComponentsRange
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepaydatecomponentsrange
---

# ApplePayDateComponentsRange

A dictionary that specifies the start and end dates for a range of time.

## Declaration

```data
dictionary ApplePayDateComponentsRange {
	required ApplePayDateComponents startDateComponents;
	required ApplePayDateComponents endDateComponents;
};
```

## Topics

### Start and End Dates of the Range

- [startDateComponents](applepayontheweb/applepaydatecomponentsrange/startdatecomponents.md)
- [endDateComponents](applepayontheweb/applepaydatecomponentsrange/enddatecomponents.md)
- [ApplePayDateComponents](applepayontheweb/applepaydatecomponents.md)

## See Also

### Working with shipping method properties

- [label](applepayontheweb/applepayshippingmethod/label.md)
- [detail](applepayontheweb/applepayshippingmethod/detail.md)
- [dateComponentsRange](applepayontheweb/applepayshippingmethod/datecomponentsrange.md)
- [identifier](applepayontheweb/applepayshippingmethod/identifier.md)
- [amount](applepayontheweb/applepayshippingmethod/amount.md)
