PaymentPagesCheckoutSessionShippingCost constructor
const
PaymentPagesCheckoutSessionShippingCost({
- required int amountSubtotal,
- required int amountTax,
- required int amountTotal,
- ShippingRateOrId? shippingRate,
- List<
LineItemsTaxAmount> ? taxes,
PaymentPagesCheckoutSessionShippingCost
Implementation
const PaymentPagesCheckoutSessionShippingCost({
required this.amountSubtotal,
required this.amountTax,
required this.amountTotal,
this.shippingRate,
this.taxes,
});