Saltar al contenido principal

chargesDateRangeKPI

interval: minute differs from the wider intervals: the range is limited to 24 hours, buckets follow each charge's last status change rather than its creation time (so a bucket means "payments that reached this state during this minute"), and capturedAmount, capturedCount, directAmount and directCount are always 0 because that breakdown is not available at this granularity.

chargesDateRangeKPI(
start: Int
end: Int
interval: Interval
timezone: String
storeId: ID
pointOfSaleId: ID
currency: Currencies
): ChargesDateRangeKPI!

Arguments

chargesDateRangeKPI.start ● Int scalar

chargesDateRangeKPI.end ● Int scalar

chargesDateRangeKPI.interval ● Interval enum

chargesDateRangeKPI.timezone ● String scalar

chargesDateRangeKPI.storeId ● ID scalar

chargesDateRangeKPI.pointOfSaleId ● ID scalar

chargesDateRangeKPI.currency ● Currencies enum

Type

ChargesDateRangeKPI object

Time-bucketed KPI series for charges over a date range.