@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.5 kB
JavaScript
;
/*
* The version of the OpenAPI document: v72
*
*
* 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.PaymentValidationsNameResultRawResponse = void 0;
class PaymentValidationsNameResultRawResponse {
static getAttributeTypeMap() {
return PaymentValidationsNameResultRawResponse.attributeTypeMap;
}
constructor() {
}
}
exports.PaymentValidationsNameResultRawResponse = PaymentValidationsNameResultRawResponse;
PaymentValidationsNameResultRawResponse.discriminator = undefined;
PaymentValidationsNameResultRawResponse.mapping = undefined;
PaymentValidationsNameResultRawResponse.attributeTypeMap = [
{
"name": "firstName",
"baseName": "firstName",
"type": "string",
"format": ""
},
{
"name": "fullName",
"baseName": "fullName",
"type": "string",
"format": ""
},
{
"name": "lastName",
"baseName": "lastName",
"type": "string",
"format": ""
},
{
"name": "middleName",
"baseName": "middleName",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=paymentValidationsNameResultRawResponse.js.map