Skip to content

Latest commit

 

History

History
48 lines (43 loc) · 4.11 KB

PaymentMethodCreateRequest.md

File metadata and controls

48 lines (43 loc) · 4.11 KB

Zuora.Model.PaymentMethodCreateRequest

Properties

Name Type Description Notes
id string Unique identifier for the object. [optional] [readonly]
updated_by_id string Unique identifier of the Zuora user who last updated the object [optional] [readonly]
updated_time DateTime The date and time when the object was last updated in ISO 8601 UTC format. [optional] [readonly]
created_by_id string Unique identifier of the Zuora user who created the object [optional] [readonly]
created_time DateTime The date and time when the object was created in ISO 8601 UTC format. [optional] [readonly]
custom_fields Dictionary<string, Object> Set of user-defined fields associated with this object. Useful for storing additional information about the object in a structured format. [optional]
custom_objects Dictionary<string, Object> The custom fields associated with an object. For more information about custom fields, see Manage custom fields. [optional] [readonly]
type string The type of the payment method. An additional hash is included on the payment method with a name matching this value. It contains additional information specific to the payment method type.
custom_type string The custom type of the payment method from Universal Payment Connector. [optional]
account_id string A customer account identifier. [optional]
account Account The customer account associated with this payment method. [optional] [readonly]
billing_details BillingDetails [optional]
maximum_payment_attempts decimal Maximum number of consecutive failed retry payment attempts using this payment method before retries are stopped. [optional]
payment_retry_interval int The retry interval in hours. [optional]
device_session_id string Identifier of the device browser session. [optional]
ip_address string The IP address from which the Mandate was accepted by the customer. [optional]
bank_identification_number string The first six or eight digits of the payment method's number, such as the credit card number or account number. Banks use this number to identify a payment method. [optional]
card Card [optional]
paypal_express_native PaypalExpressNative [optional]
paypal_express PaypalExpress [optional]
paypal_adaptive PaypalAdaptive [optional]
sepa_debit SepaDebit [optional]
cc_ref CcRef [optional]
apple_pay ApplePayCreate [optional]
google_pay GooglePayCreate [optional]
ach_debit AchDebit [optional]
betalings_debit BetalingsDebit [optional]
autogiro_debit AutogiroDebit [optional]
bacs_debit BacsDebit [optional]
au_becs_debit AuBecsDebit [optional]
nz_becs_debit NzBecsDebit [optional]
pad_debit PadDebit [optional]
account_number string A human-readable customer account identifier. It can be user-supplied. [optional]
is_default bool Indicates whether it is the default payment method on the associated account. [optional]
gateway_id string Identifier of the payment gateway Zuora will use to authorize the payments that are made with this payment method. [optional]
gateway_options Dictionary<string, string> [optional]

[Back to Model list] [Back to API list] [Back to README]