Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.13 KB

ShippingZone.md

File metadata and controls

14 lines (12 loc) · 1.13 KB

RebillySdk::ShippingZone

Properties

Name Type Description Notes
id AllOfShippingZoneId The shipping zone identifier string. [optional]
name String The shipping zone name.
countries Array<String> Countries covered by the shipping zone. A country can only belong to one shipping zone (no overlapping). This property can be empty or null to create a default shipping zone for countries that were not specified in other zones. [optional]
rates Array<AllOfShippingZoneRatesItems> Price-based shipping rate instructions. [optional]
is_default **** Is this Shipping Zone default. [optional]
created_time AllOfShippingZoneCreatedTime The shipping zone created time. [optional]
updated_time AllOfShippingZoneUpdatedTime The shipping zone updated time. [optional]
_links Array<SelfLink> The links related to resource. [optional]