Skip to main content

CheckoutPaymentMethod Object

Description

Payment method information for a checkout.

Declaration

type CheckoutPaymentMethod {
amount: Float!
origin: String
label: String
added: Date
}

Fields

NameTypeDescription
amountFloat!Amount paid or refunded via this payment method.
originStringOrigin of the payment (e.g., "stripe", "paypal").
labelStringDisplay label for the payment method.
addedDateDate when the payment method was added.