Skip to main content

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

NameTypeDescription
originString!Payment method origin (e.g., "cash", "card", "stripe", "paypal", "cheque", "bankTransfer", "creditNote").
totalFloat!Total revenue amount for this payment method.
countInt!Number of orders using this payment method.