@airwallex/node-sdk
Version:
Airwallex Node.js SDK
35 lines • 961 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RemoteAuthConfig = void 0;
var RemoteAuthConfig;
(function (RemoteAuthConfig) {
RemoteAuthConfig.discriminator = 'RemoteAuthConfig';
RemoteAuthConfig.attributeTypeMap = [
{
name: 'created_at',
baseName: 'created_at',
type: 'Date',
},
{
name: 'default_action',
baseName: 'default_action',
type: 'string',
},
{
name: 'enabled',
baseName: 'enabled',
type: 'boolean',
},
{
name: 'updated_at',
baseName: 'updated_at',
type: 'Date',
},
{
name: 'url',
baseName: 'url',
type: 'string',
},
];
})(RemoteAuthConfig || (exports.RemoteAuthConfig = RemoteAuthConfig = {}));
//# sourceMappingURL=remoteAuthConfig.js.map