@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
45 lines • 1.15 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.PaymentTotals = void 0;
/**
* Totals of the payment transaction during the reconciliation period.
*/
class PaymentTotals {
static getAttributeTypeMap() {
return PaymentTotals.attributeTypeMap;
}
constructor() {
}
}
exports.PaymentTotals = PaymentTotals;
PaymentTotals.discriminator = undefined;
PaymentTotals.mapping = undefined;
PaymentTotals.attributeTypeMap = [
{
"name": "TransactionType",
"baseName": "TransactionType",
"type": "TransactionType",
"format": ""
},
{
"name": "TransactionCount",
"baseName": "TransactionCount",
"type": "number",
"format": ""
},
{
"name": "TransactionAmount",
"baseName": "TransactionAmount",
"type": "number",
"format": ""
}
];
//# sourceMappingURL=paymentTotals.js.map