Skip to main content

BalanceType

No description

type BalanceType {
remaining: Decimal!
pending: Decimal!
totalSellingPriceExBalanceIncVat: Decimal!
totalSellingPriceExBalanceExVat: Decimal!
remainingFormatted: String
pendingFormatted: String
totalSellingPriceExBalanceIncVatFormatted: String
totalSellingPriceExBalanceExVatFormatted: String
}

Fields

BalanceType.remaining ● Decimal! non-null scalar

BalanceType.pending ● Decimal! non-null scalar

BalanceType.totalSellingPriceExBalanceIncVat ● Decimal! non-null scalar

BalanceType.totalSellingPriceExBalanceExVat ● Decimal! non-null scalar

BalanceType.remainingFormatted ● String scalar

BalanceType.pendingFormatted ● String scalar

BalanceType.totalSellingPriceExBalanceIncVatFormatted ● String scalar

BalanceType.totalSellingPriceExBalanceExVatFormatted ● String scalar

Member of

CartSummaryType object