ShippingCountry model¶
ShippingCountry model represents details of a shipping country and consists of the following fields:
- actions:
TBasketActions - isSelected:
boolean - country:
Country - cost:
FullPrice
TBasketActions¶
Represents the TBasketActions object.
Country¶
Represents the Country model.
FullPrice¶
Represents the FullPrice model.