Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1 KB

PaymentGateway.md

File metadata and controls

17 lines (14 loc) · 1 KB

PaymentGateway

Properties

Name Type Description Notes
id string Payment gateway ID. [optional]
title string Payment gateway title on checkout. [optional]
description string Payment gateway description on checkout. [optional]
order int Payment gateway sort order. [optional]
enabled bool Payment gateway enabled status. [optional]
method_title string Payment gateway method title. [optional]
method_description string Payment gateway method description. [optional]
method_supports string[] Supported features for this payment gateway. [optional]
settings \Swagger\Client\Model\PaymentGatewaysidSettings [optional]

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