UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

45 lines 1.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountLinkReqApiDto = void 0; var AccountLinkReqApiDto; (function (AccountLinkReqApiDto) { AccountLinkReqApiDto.discriminator = 'AccountLinkReqApiDto'; AccountLinkReqApiDto.attributeTypeMap = [ { name: 'account_id', baseName: 'account_id', type: 'string', }, { name: 'mode', baseName: 'mode', type: 'string', }, { name: 'oauth2', baseName: 'oauth2', type: 'OauthReqApiDto', }, { name: 'scale_connect', baseName: 'scale_connect', type: 'ScaleConnectReqApiDto', }, { name: 'metadata', baseName: 'metadata', type: '{ [key: string]: string; }', }, { name: 'identifier', baseName: 'identifier', type: 'string', }, { name: 'prefilled_formdata', baseName: 'prefilled_formdata', type: 'Array<PrefilledFormData>', }, ]; })(AccountLinkReqApiDto || (exports.AccountLinkReqApiDto = AccountLinkReqApiDto = {})); //# sourceMappingURL=accountLinkReqApiDto.js.map