BillingPaymentSource
BillingPaymentSource
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| id | String! | ||
| billingCustomerId | String! | ||
| orgId | UUID! | ||
| raw | JSON | ||
| type | String | ||
| referenceId | String | ||
| status | String | ||
| gateway | String | ||
| gatewayAccountId | String | ||
| issuingCountry | CountryCode | ||
| card | JSON | ||
| bankAccount | JSON | ||
| amazonPayment | JSON | ||
| paypal | JSON | ||
| createdAt | Datetime | ||
| updatedAt | Datetime | ||
| billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `BillingPaymentSource`. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `BillingPaymentSource`. | |