type PaymentMethodConnection
A page of payment methods following the Relay Connection spec. edges holds the payment methods in this page (each with its cursor) and pageInfo describes whether more pages exist in each direction plus the cursors that bound this page.
| Field | Type | Description |
|---|---|---|
edges | [PaymentMethodEdge!]! | The payment methods in this page, ordered newest first. |
pageInfo | PageInfo! | Pagination metadata for this page: hasNextPage/hasPreviousPage and the startCursor/endCursor bounds. |