BasketShipping model¶
BasketShipping
model represents details about a single shipping method and consists of the following fields:
- actions:
TBasketActions
- id:
number
- name:
string
- price:
FullPrice
- shippingKey:
string
- isSelected:
boolean
- isPickupPointDelivery:
boolean
- isPersonalCollect:
boolean
- isToAddressDelivery:
boolean
- description:
string
- image:
string
- pickupPoint:
PickupPoint | null
- isDiscounted:
boolean
- basePrice:
FullPrice
- discount:
FullPrice | null
- requiredBasketValueForFreeShipping:
Price | null
- remainingBasketValueForFreeShipping:
Price | null
- countries:
ShippingCountry[]
- payments:
ShippingPayment[]
- integrationData:
unknown
TBasketActions¶
Represents the TBasketActions object.
FullPrice¶
Represents the FullPrice model.
PickupPoint¶
Represents the PickupPoint model.
Price¶
Represents the Price model.
ShippingCountry¶
Represents the ShippingCountry model.
ShippingPayment¶
Represents the ShippingPayment model.