{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "PaymentsSettings - Metadata API",
"description": "Represents the Salesforce Payments settings when this feature is enabled for the org.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enablePayments": {
"type": "boolean",
"description": "Indicates whether Salesforce Payments is enabled (true) or not (false) for an org. The default is false."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is a sample payments.settings metadata file.",
"code": "\n \n true\n "
}
]
}