BillingPaymentSourceFilter
BillingPaymentSourceFilter
A filter to be used against BillingPaymentSource
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | StringFilter | Filter by the object’s `id` field. | |
billingCustomerId | StringFilter | Filter by the object’s `billingCustomerId` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
type | StringFilter | Filter by the object’s `type` field. | |
status | StringFilter | Filter by the object’s `status` field. | |
gateway | StringFilter | Filter by the object’s `gateway` field. | |
gatewayAccountId | StringFilter | Filter by the object’s `gatewayAccountId` field. | |
issuingCountry | CountryCodeFilter | Filter by the object’s `issuingCountry` field. | |
card | JSONFilter | Filter by the object’s `card` field. | |
bankAccount | JSONFilter | Filter by the object’s `bankAccount` field. | |
amazonPayment | JSONFilter | Filter by the object’s `amazonPayment` field. | |
paypal | JSONFilter | Filter by the object’s `paypal` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
and | [BillingPaymentSourceFilter!] | Checks for all expressions in this list. | |
or | [BillingPaymentSourceFilter!] | Checks for any expressions in this list. | |
not | BillingPaymentSourceFilter | Negates the expression. |