Skip to main content

Basket (Object)

Description​

No description



Fields​

NameDescription
items - [BasketItem!]
promoErrorMessage - String
renewalType - PlanRenewalType!
total - Price

type Basket {
items: [BasketItem!]
promoErrorMessage: String
renewalType: PlanRenewalType!
total: Price
}