Represents a shipping option with cost and selection state
readonly
id: string
readonly
label: string
readonly
amount: PaymentCurrencyAmount
readonly
optional
selected: boolean
Represents a shipping option with cost and selection state
id: string
label: string
amount: PaymentCurrencyAmount
selected: boolean
import { type PaymentShippingOption } from ".";