On this page

Interface PaymentShippingOption

interface PaymentShippingOption {
    amount: PaymentCurrencyAmount;
    id: string;
    label: string;
    selected?: boolean;
}
Index

Properties

id: string
label: string
selected?: boolean
Was this helpful?
SDK JS
Reference
PaymentShippingOption