@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
90 lines • 2.23 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* 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.CashAppDetails = void 0;
class CashAppDetails {
static getAttributeTypeMap() {
return CashAppDetails.attributeTypeMap;
}
constructor() {
}
}
exports.CashAppDetails = CashAppDetails;
CashAppDetails.discriminator = undefined;
CashAppDetails.mapping = undefined;
CashAppDetails.attributeTypeMap = [
{
"name": "cashtag",
"baseName": "cashtag",
"type": "string",
"format": ""
},
{
"name": "checkoutAttemptId",
"baseName": "checkoutAttemptId",
"type": "string",
"format": ""
},
{
"name": "customerId",
"baseName": "customerId",
"type": "string",
"format": ""
},
{
"name": "grantId",
"baseName": "grantId",
"type": "string",
"format": ""
},
{
"name": "onFileGrantId",
"baseName": "onFileGrantId",
"type": "string",
"format": ""
},
{
"name": "recurringDetailReference",
"baseName": "recurringDetailReference",
"type": "string",
"format": ""
},
{
"name": "requestId",
"baseName": "requestId",
"type": "string",
"format": ""
},
{
"name": "storedPaymentMethodId",
"baseName": "storedPaymentMethodId",
"type": "string",
"format": ""
},
{
"name": "subtype",
"baseName": "subtype",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "CashAppDetails.TypeEnum",
"format": ""
}
];
(function (CashAppDetails) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["Cashapp"] = "cashapp";
})(TypeEnum = CashAppDetails.TypeEnum || (CashAppDetails.TypeEnum = {}));
})(CashAppDetails = exports.CashAppDetails || (exports.CashAppDetails = {}));
//# sourceMappingURL=cashAppDetails.js.map