@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 604 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DropInSDKAuthorizeResDTO = void 0;
var DropInSDKAuthorizeResDTO;
(function (DropInSDKAuthorizeResDTO) {
DropInSDKAuthorizeResDTO.discriminator = 'DropInSDKAuthorizeResDTO';
DropInSDKAuthorizeResDTO.attributeTypeMap = [
{
name: 'authorization_code',
baseName: 'authorization_code',
type: 'string',
},
];
})(DropInSDKAuthorizeResDTO || (exports.DropInSDKAuthorizeResDTO = DropInSDKAuthorizeResDTO = {}));
//# sourceMappingURL=dropInSDKAuthorizeResDTO.js.map