UNPKG

@aurahelper/xml-definitions

Version:

Powerfull Libraries to get the XML Definitions of ALL XML Salesforce Metadata Files. Support All API Versions up to API 53.0. You can get the definition of one or more XML files for a specific version of Salesforce. For Example: You can get the XML Defini

35 lines 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GatewayProviderPaymentMethodType = void 0; var core_1 = require("@aurahelper/core"); exports.GatewayProviderPaymentMethodType = { comment: new core_1.StringXMLField('comment', 'comment') .setMinApi(51) .setEditable() .setMaxLength(1000), gtwyProvPaymentMethodType: new core_1.EnumXMLField('gtwyProvPaymentMethodType', 'Gateway Provider Payment Method Type') .setMinApi(51) .setEditable() .addEnumValue('Creadit Card', 'CREDIT_CARD') .addEnumValue('Basic Credit', 'BASIC_CREDIT') .addEnumValue('CreditCard', 'CreditCard') .addEnumValue('Google Pay', 'GooglePay') .addEnumValue('Apple Pay', 'ApplePay'), masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label') .setMinApi(51) .setEditable() .setRequired(), paymentGatewayProvider: new core_1.StringXMLField('paymentGatewayProvider', 'Payment Gateway Provider') .setMinApi(51) .setEditable(), paymentMethodType: new core_1.EnumXMLField('paymentMethodType', 'Payment Method Type') .setMinApi(51) .setEditable() .addEnumValue('Alternative Payment Method', 'AlternativePaymentMethod') .addEnumValue('Card Payment Method', 'CardPaymentMethod') .addEnumValue('Digital Wallet', 'DigitalWallet'), recordType: new core_1.StringXMLField('recordType', 'Record Type') .setMinApi(51) .setEditable(), }; //# sourceMappingURL=gatewayProviderPaymentMethodType.js.map