UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationCustomerAgreementsApiDto = void 0; var SimulationCustomerAgreementsApiDto; (function (SimulationCustomerAgreementsApiDto) { SimulationCustomerAgreementsApiDto.discriminator = 'SimulationCustomerAgreementsApiDto'; SimulationCustomerAgreementsApiDto.attributeTypeMap = [ { name: 'agreed_to_biometrics_consent', baseName: 'agreed_to_biometrics_consent', type: 'boolean', }, { 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: 'terms_and_conditions', baseName: 'terms_and_conditions', type: 'SimulationTermsAndConditionsApiDto', }, ]; })(SimulationCustomerAgreementsApiDto || (exports.SimulationCustomerAgreementsApiDto = SimulationCustomerAgreementsApiDto = {})); //# sourceMappingURL=simulationCustomerAgreementsApiDto.js.map