@airwallex/node-sdk
Version:
Airwallex Node.js SDK
65 lines • 1.75 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountLinkResApiDto = void 0;
var AccountLinkResApiDto;
(function (AccountLinkResApiDto) {
AccountLinkResApiDto.discriminator = 'AccountLinkResApiDto';
AccountLinkResApiDto.attributeTypeMap = [
{
name: 'account_id',
baseName: 'account_id',
type: 'string',
},
{
name: 'created_at',
baseName: 'created_at',
type: 'string',
},
{
name: 'expire_at',
baseName: 'expire_at',
type: 'string',
},
{
name: 'id',
baseName: 'id',
type: 'string',
},
{
name: 'identifier',
baseName: 'identifier',
type: 'string',
},
{
name: 'metadata',
baseName: 'metadata',
type: '{ [key: string]: string; }',
},
{
name: 'mode',
baseName: 'mode',
type: 'string',
},
{
name: 'oauth2',
baseName: 'oauth2',
type: 'OauthReqApiDto',
},
{
name: 'prefilled_formdata',
baseName: 'prefilled_formdata',
type: 'Array<PrefilledFormData>',
},
{
name: 'scale_connect',
baseName: 'scale_connect',
type: 'ScaleConnectReqApiDto',
},
{
name: 'url',
baseName: 'url',
type: 'string',
},
];
})(AccountLinkResApiDto || (exports.AccountLinkResApiDto = AccountLinkResApiDto = {}));
//# sourceMappingURL=accountLinkResApiDto.js.map