{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "PaymentGatewayProvider - Metadata API",
"description": "Represents the metadata associated with a payment gateway provider. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".paymentGatewayProvider",
"directory_location": "paymentGatewayProviders",
"fields_columns": [
"type",
"description"
],
"fields": {
"apexAdapter": {
"type": "string",
"description": "The Apex adapter class name for your payment gateway. This field is unique within your organization."
},
"comments": {
"type": "string",
"description": "Users can add comments to provide additional details about a record. Maximum of 1000 characters."
},
"gatewayType": {
"type": "GatewayType (enumeration of type String)",
"description": "Defines the payment gateway type. Adyen Braintree CyberSource Paypal Stripe"
},
"idempotencySupported": {
"type": "IdempotencySupportStatus (enumeration of type String)",
"description": "Defines whether the payment gateway ignores duplicate payment gateway calls ( Yes ) or whether it processes duplicate gateway calls ( No ). Yes No",
"required": true
},
"masterLabel": {
"type": "string",
"description": "The label of this payment gateway provider record.",
"required": true
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a PaymentGatewayProvider component.",
"code": "\n SalesforceAdapter\n Comments\n Stripe\n Yes\n SalesforceAdapter\n"
}
]
}