Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 978 Bytes

AddCustomerPaymentProfileRequest.md

File metadata and controls

15 lines (11 loc) · 978 Bytes

Yaksa.OrckestraCommerce.Client.Model.AddCustomerPaymentProfileRequest

Customers represents entities which have the ability to buy products.

Properties

Name Type Description Notes
AllowMultiplePaymentProfileOnProvider bool The value for overwriting the way pyment profile are added. [optional]
ExternalIds string The list of unique identifier returned by external provider related to the payment profile. [optional]
Id string Unique identifier of the new payment profile (will be generated if not specified). [optional]
OrderLocationId string The store for wich the provider configuration is done. [optional]
PropertyBag Dictionary<string, Object> [optional]

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