Studio Service

BillingPaymentSourceFilter

BillingPaymentSourceFilter

A filter to be used against BillingPaymentSource object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idStringFilterFilter by the object’s `id` field.
billingCustomerIdStringFilterFilter by the object’s `billingCustomerId` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
typeStringFilterFilter by the object’s `type` field.
statusStringFilterFilter by the object’s `status` field.
gatewayStringFilterFilter by the object’s `gateway` field.
gatewayAccountIdStringFilterFilter by the object’s `gatewayAccountId` field.
issuingCountryCountryCodeFilterFilter by the object’s `issuingCountry` field.
cardJSONFilterFilter by the object’s `card` field.
bankAccountJSONFilterFilter by the object’s `bankAccount` field.
amazonPaymentJSONFilterFilter by the object’s `amazonPayment` field.
paypalJSONFilterFilter by the object’s `paypal` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
and[BillingPaymentSourceFilter!]Checks for all expressions in this list.
or[BillingPaymentSourceFilter!]Checks for any expressions in this list.
notBillingPaymentSourceFilterNegates the expression.