Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.18 KB

File metadata and controls

17 lines (14 loc) · 1.18 KB

Flipdish.Model.PaymentAccount

Properties

Name Type Description Notes
UserId int? The user ID associated with the payment account. [optional]
PaymentAccountId int? Unique identifier for the payment account. [optional]
CanRemoveFromCustomerView 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]
IsDefaultPaymentMethod bool? Indicates if this is the default payment method. [optional]
IsVisibleToCustomer bool? 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]

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