Interface ShippingOptionSelectSuccessResponse

Success information for shipping option select.

interface ShippingOptionSelectSuccessResponse {
    amount: number;
    lineItems: LineItem[];
}

Properties

Properties

amount: number
lineItems: LineItem[]