UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateBeneficiarySchemaRequestRaw = void 0; var CreateBeneficiarySchemaRequestRaw; (function (CreateBeneficiarySchemaRequestRaw) { CreateBeneficiarySchemaRequestRaw.discriminator = 'CreateBeneficiarySchemaRequestRaw'; CreateBeneficiarySchemaRequestRaw.attributeTypeMap = [ { name: 'create_beneficiary_request', baseName: 'create_beneficiary_request', type: 'BeneficiaryContactRequestDto', }, { name: 'relaxed_validation', baseName: 'relaxed_validation', type: 'string', }, { name: 'use_beneficiary_full_address', baseName: 'use_beneficiary_full_address', type: 'string', }, ]; })(CreateBeneficiarySchemaRequestRaw || (exports.CreateBeneficiarySchemaRequestRaw = CreateBeneficiarySchemaRequestRaw = {})); //# sourceMappingURL=createBeneficiarySchemaRequestRaw.js.map