@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
42 lines • 1.26 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.PaginatedPaymentInstrumentsResponse = void 0;
class PaginatedPaymentInstrumentsResponse {
static getAttributeTypeMap() {
return PaginatedPaymentInstrumentsResponse.attributeTypeMap;
}
constructor() {
}
}
exports.PaginatedPaymentInstrumentsResponse = PaginatedPaymentInstrumentsResponse;
PaginatedPaymentInstrumentsResponse.discriminator = undefined;
PaginatedPaymentInstrumentsResponse.mapping = undefined;
PaginatedPaymentInstrumentsResponse.attributeTypeMap = [
{
"name": "hasNext",
"baseName": "hasNext",
"type": "boolean",
"format": ""
},
{
"name": "hasPrevious",
"baseName": "hasPrevious",
"type": "boolean",
"format": ""
},
{
"name": "paymentInstruments",
"baseName": "paymentInstruments",
"type": "Array<PaymentInstrument>",
"format": ""
}
];
//# sourceMappingURL=paginatedPaymentInstrumentsResponse.js.map