CheckoutPaymentMethod Object
Description
Payment method information for a checkout.
Declaration
type CheckoutPaymentMethod {
amount: Float!
origin: String
label: String
added: Date
}
Fields
| Name | Type | Description |
|---|---|---|
amount | Float! | Amount paid or refunded via this payment method. |
origin | String | Origin of the payment (e.g., "stripe", "paypal"). |
label | String | Display label for the payment method. |
added | Date | Date when the payment method was added. |