@agorio/sdkDocs


Interface: CheckoutResult

Properties

fulfillment?

optional fulfillment: object

estimatedDelivery?

optional estimatedDelivery: string

method

method: string

Defined in

src/types/index.ts:750


items

items: CartItem[]

Defined in

src/types/index.ts:747


orderId

orderId: string

Defined in

src/types/index.ts:745


paymentMethod?

optional paymentMethod: string

Defined in

src/types/index.ts:749


status

status: "pending" | "completed" | "failed"

Defined in

src/types/index.ts:746


total

total: MoneyAmount

Defined in

src/types/index.ts:748