@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 1.64 kB
JavaScript
;
/*
* The version of the OpenAPI document: v2
*
*
* 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.Mandate = void 0;
class Mandate {
static getAttributeTypeMap() {
return Mandate.attributeTypeMap;
}
constructor() {
}
}
exports.Mandate = Mandate;
Mandate.discriminator = undefined;
Mandate.mapping = undefined;
Mandate.attributeTypeMap = [
{
"name": "balanceAccountId",
"baseName": "balanceAccountId",
"type": "string",
"format": ""
},
{
"name": "counterparty",
"baseName": "counterparty",
"type": "MandateBankAccount | null",
"format": ""
},
{
"name": "createdAt",
"baseName": "createdAt",
"type": "Date",
"format": "date-time"
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "paymentInstrumentId",
"baseName": "paymentInstrumentId",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "MandateStatus",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "MandateType",
"format": ""
},
{
"name": "updatedAt",
"baseName": "updatedAt",
"type": "Date",
"format": "date-time"
}
];
//# sourceMappingURL=mandate.js.map