@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.32 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomerAgreementsDTO = void 0;
var CustomerAgreementsDTO;
(function (CustomerAgreementsDTO) {
CustomerAgreementsDTO.discriminator = 'CustomerAgreementsDTO';
CustomerAgreementsDTO.attributeTypeMap = [
{
name: 'agreed_to_data_usage',
baseName: 'agreed_to_data_usage',
type: 'boolean',
},
{
name: 'agreed_to_terms_and_conditions',
baseName: 'agreed_to_terms_and_conditions',
type: 'boolean',
},
{
name: 'opt_in_for_marketing',
baseName: 'opt_in_for_marketing',
type: 'boolean',
},
{
name: 'agreed_to_biometrics_consent',
baseName: 'agreed_to_biometrics_consent',
type: 'boolean',
},
{
name: 'terms_and_conditions',
baseName: 'terms_and_conditions',
type: 'TermsAndConditions',
},
{
name: 'agreed_to_payment_terms',
baseName: 'agreed_to_payment_terms',
type: 'boolean',
},
];
})(CustomerAgreementsDTO || (exports.CustomerAgreementsDTO = CustomerAgreementsDTO = {}));
//# sourceMappingURL=customerAgreementsDTO.js.map