@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 2.13 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.RelayedAuthenticationRequest = void 0;
class RelayedAuthenticationRequest {
static getAttributeTypeMap() {
return RelayedAuthenticationRequest.attributeTypeMap;
}
constructor() {
}
}
exports.RelayedAuthenticationRequest = RelayedAuthenticationRequest;
RelayedAuthenticationRequest.discriminator = undefined;
RelayedAuthenticationRequest.mapping = undefined;
RelayedAuthenticationRequest.attributeTypeMap = [
{
"name": "environment",
"baseName": "environment",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "paymentInstrumentId",
"baseName": "paymentInstrumentId",
"type": "string",
"format": ""
},
{
"name": "purchase",
"baseName": "purchase",
"type": "Purchase",
"format": ""
},
{
"name": "threeDSRequestorAppURL",
"baseName": "threeDSRequestorAppURL",
"type": "string",
"format": ""
},
{
"name": "timestamp",
"baseName": "timestamp",
"type": "Date",
"format": "date-time"
},
{
"name": "type",
"baseName": "type",
"type": "RelayedAuthenticationRequest.TypeEnum",
"format": ""
}
];
(function (RelayedAuthenticationRequest) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["BalancePlatformAuthenticationRelayed"] = "balancePlatform.authentication.relayed";
})(TypeEnum = RelayedAuthenticationRequest.TypeEnum || (RelayedAuthenticationRequest.TypeEnum = {}));
})(RelayedAuthenticationRequest = exports.RelayedAuthenticationRequest || (exports.RelayedAuthenticationRequest = {}));
//# sourceMappingURL=relayedAuthenticationRequest.js.map