UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

26 lines 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationTermsAndConditionsApiDto = void 0; var SimulationTermsAndConditionsApiDto; (function (SimulationTermsAndConditionsApiDto) { SimulationTermsAndConditionsApiDto.validServiceAgreementTypeEnum = ['FULL', 'RECIPIENT']; SimulationTermsAndConditionsApiDto.discriminator = 'SimulationTermsAndConditionsApiDto'; SimulationTermsAndConditionsApiDto.attributeTypeMap = [ { name: 'agreed_at', baseName: 'agreed_at', type: 'string', }, { name: 'device_data', baseName: 'device_data', type: 'SimulationDeviceDataApiDto', }, { name: 'service_agreement_type', baseName: 'service_agreement_type', type: 'SimulationTermsAndConditionsApiDto.ServiceAgreementTypeEnum', }, ]; })(SimulationTermsAndConditionsApiDto || (exports.SimulationTermsAndConditionsApiDto = SimulationTermsAndConditionsApiDto = {})); //# sourceMappingURL=simulationTermsAndConditionsApiDto.js.map