@agorio/sdk • Docs
Interface: CheckoutResult
Properties
fulfillment?
optionalfulfillment:object
estimatedDelivery?
optionalestimatedDelivery: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?
optionalpaymentMethod: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