Skip to main content

MethodMixEntry

What one way of paying contributed to a period.

type MethodMixEntry {
method: PaymentMethod!
gateway: PaymentGateway!
paymentCount: Int!
amount: Money!
sharePercent: Float!
}

Fields

MethodMixEntry.method ● PaymentMethod! non-null enum

How the customer paid.

MethodMixEntry.gateway ● PaymentGateway! non-null enum

The processor that rail runs through.

MethodMixEntry.paymentCount ● Int! non-null scalar

How many payments came in this way.

MethodMixEntry.amount ● Money! non-null object

What they came to, before charges and refunds.

MethodMixEntry.sharePercent ● Float! non-null scalar

This rail's share of the period's captured volume, as a percentage between 0 and 100. Zero for every rail when the period captured nothing at all.

Member Of

PaymentsSummary object