OrdersReportPaymentMethod Object
Description
Payment method statistics for sales reports, showing total revenue and count per payment method.
Declaration
type OrdersReportPaymentMethod {
origin: String!
total: Float!
count: Int!
}
Fields
| Name | Type | Description |
|---|---|---|
origin | String! | Payment method origin (e.g., "cash", "card", "stripe", "paypal", "cheque", "bankTransfer", "creditNote"). |
total | Float! | Total revenue amount for this payment method. |
count | Int! | Number of orders using this payment method. |