Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.17 KB

File metadata and controls

18 lines (14 loc) · 1.17 KB

PaymentAccount

Properties

Name Type Description Notes
user_id int The user ID associated with the payment account. [optional]
payment_account_id int Unique identifier for the payment account. [optional]
can_remove_from_customer_view bool Indicates if the payment account can be removed from the customer view. [optional]
bin string Bank Identification Number (BIN) of the payment method. [optional]
is_default_payment_method bool Indicates if this is the default payment method. [optional]
is_visible_to_customer bool Indicates if the payment account is visible to the customer. [optional]
payment_account_type string The type of payment account (e.g., card, PayPal). [optional]
description string Description of the payment account. [optional]
customer_id string The customer ID associated with the payment account. [optional]

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