Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.02 KB

File metadata and controls

18 lines (13 loc) · 1.02 KB

PaymentAccount

Properties

Name Type Description Notes
userId Integer The user ID associated with the payment account. [optional]
paymentAccountId Integer Unique identifier for the payment account. [optional]
canRemoveFromCustomerView Boolean Indicates if the payment account can be removed from the customer view. [optional]
bin String Bank Identification Number (BIN) of the payment method. [optional]
isDefaultPaymentMethod Boolean Indicates if this is the default payment method. [optional]
isVisibleToCustomer Boolean Indicates if the payment account is visible to the customer. [optional]
paymentAccountType String The type of payment account (e.g., card, PayPal). [optional]
description String Description of the payment account. [optional]
customerId String The customer ID associated with the payment account. [optional]