Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 4.01 KB

PaymentMethod.md

File metadata and controls

54 lines (49 loc) · 4.01 KB

Zuora.Model.PaymentMethod

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. [optional]
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 [optional]
ip_address string The IP address from which the Mandate was accepted by the customer. [optional]
bank_identification_number string [optional]
card GetCardList [optional]
paypal_express_native PaypalExpressNative [optional]
paypal_express PaypalExpress [optional]
paypal_adaptive PaypalAdaptive [optional]
sepa_debit SepaDebit [optional]
cc_ref CcRef [optional]
apple_pay ApplePay [optional]
google_pay GooglePay [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]
state string The state of the payment method. [optional]
auto_generated bool [optional]
use_default_retry_rule bool [optional]
existing_mandate bool [optional]
last_failed_sale_transaction_time DateTime [optional]
last_transaction_time DateTime [optional]
last_transaction_status string [optional]
number_of_consecutive_failures int [optional]
total_number_of_processed_payments int [optional]
total_number_of_error_payments int [optional]

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