UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 790 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TermsAndConditions = void 0; var TermsAndConditions; (function (TermsAndConditions) { TermsAndConditions.discriminator = 'TermsAndConditions'; TermsAndConditions.attributeTypeMap = [ { name: 'agreed_at', baseName: 'agreed_at', type: 'string', }, { name: 'service_agreement_type', baseName: 'service_agreement_type', type: 'string', }, { name: 'device_data', baseName: 'device_data', type: 'DeviceData', }, ]; })(TermsAndConditions || (exports.TermsAndConditions = TermsAndConditions = {})); //# sourceMappingURL=termsAndConditions.js.map