UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

84 lines 1.92 kB
"use strict"; /* * 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.Instalment = void 0; class Instalment { static getAttributeTypeMap() { return Instalment.attributeTypeMap; } constructor() { } } exports.Instalment = Instalment; Instalment.discriminator = undefined; Instalment.mapping = undefined; Instalment.attributeTypeMap = [ { "name": "InstalmentType", "baseName": "InstalmentType", "type": "InstalmentType", "format": "" }, { "name": "SequenceNumber", "baseName": "SequenceNumber", "type": "number", "format": "" }, { "name": "PlanID", "baseName": "PlanID", "type": "string", "format": "" }, { "name": "Period", "baseName": "Period", "type": "number", "format": "" }, { "name": "PeriodUnit", "baseName": "PeriodUnit", "type": "PeriodUnit", "format": "" }, { "name": "FirstPaymentDate", "baseName": "FirstPaymentDate", "type": "string", "format": "date" }, { "name": "TotalNbOfPayments", "baseName": "TotalNbOfPayments", "type": "number", "format": "" }, { "name": "CumulativeAmount", "baseName": "CumulativeAmount", "type": "number", "format": "" }, { "name": "FirstAmount", "baseName": "FirstAmount", "type": "number", "format": "" }, { "name": "Charges", "baseName": "Charges", "type": "number", "format": "" } ]; //# sourceMappingURL=instalment.js.map