Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.59 KB

PaymentConnectorUpdateRequest.md

File metadata and controls

17 lines (14 loc) · 1.59 KB

PaymentConnectorUpdateRequest

Properties

Name Type Description Notes
MerchantId string The identifier for the Merchant Account. [default to null]
ConnectorType *ConnectorType [default to null]
ConnectorName *PaymentConnector [default to null]
ConnectorId int32 Unique ID of the connector [default to null]
ConnectorAccountDetails *interface{} Account details of the Connector. You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. Useful for storing additional, structured information on an object. [optional] [default to null]
TestMode bool A boolean value to indicate if the connector is in Test mode. By default, its value is false. [optional] [default to null]
Disabled bool A boolean value to indicate if the connector is disabled. By default, its value is false. [optional] [default to null]
PaymentMethods *[]PaymentMethodsEnabledInner [optional] [default to null]
Metadata *interface{} You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. Metadata is useful for storing additional, structured information on an object. [optional] [default to null]

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