BillingPaymentSourceCondition
BillingPaymentSourceCondition
A condition to be used against BillingPaymentSource
object types. All fields
are tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | String | Checks for equality with the object’s `id` field. | |
billingCustomerId | String | Checks for equality with the object’s `billingCustomerId` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
type | String | Checks for equality with the object’s `type` field. | |
status | String | Checks for equality with the object’s `status` field. | |
gateway | String | Checks for equality with the object’s `gateway` field. | |
gatewayAccountId | String | Checks for equality with the object’s `gatewayAccountId` field. | |
issuingCountry | CountryCode | Checks for equality with the object’s `issuingCountry` field. | |
card | JSON | Checks for equality with the object’s `card` field. | |
bankAccount | JSON | Checks for equality with the object’s `bankAccount` field. | |
amazonPayment | JSON | Checks for equality with the object’s `amazonPayment` field. | |
paypal | JSON | Checks for equality with the object’s `paypal` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. |