Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 904 Bytes

UpdatePaymentMethodRequest.md

File metadata and controls

15 lines (11 loc) · 904 Bytes

Yaksa.OrckestraCommerce.Client.Model.UpdatePaymentMethodRequest

Carts are entities used for assembling an order before submitting.

Properties

Name Type Description Notes
CultureName string The culture name in which language the data will be returned. [optional]
WorkflowToExecute string The name of the workflow that should be executed. [optional]
ExecuteWorkflow bool Whether or not to execute the specified workflow before returning the cart. [optional]
PaymentMethodId string The payment method identifier [optional]
PaymentProviderName string The name of the payment provider [optional]

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