OBJECT

ReportingSalePerPaymentMethod

A sale per payment method report

link GraphQL Schema definition

  • type ReportingSalePerPaymentMethod {
  • amount: Money!
  • count: Int!
  • paymentMethod: String!
  • percent: Decimal!
  • }