UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

43 lines 1.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NextAction = void 0; var NextAction; (function (NextAction) { NextAction.validTypeEnum = [ 'verify_micro_deposits', 'confirm_account', 'auth', 'update_mandate', 'external_authorize', ]; NextAction.validVerificationTypeEnum = ['PLAID', 'TRUELAYER', 'EGIRO']; NextAction.discriminator = 'NextAction'; NextAction.attributeTypeMap = [ { name: 'candidate_accounts', baseName: 'candidate_accounts', type: 'Array<CandidateAccount>', }, { name: 'micro_deposit_count', baseName: 'micro_deposit_count', type: 'number', }, { name: 'remaining_attempts', baseName: 'remaining_attempts', type: 'number', }, { name: 'type', baseName: 'type', type: 'NextAction.TypeEnum', }, { name: 'verification_type', baseName: 'verification_type', type: 'NextAction.VerificationTypeEnum', }, ]; })(NextAction || (exports.NextAction = NextAction = {})); //# sourceMappingURL=nextAction.js.map