@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
60 lines • 1.44 kB
JavaScript
;
/*
* The version of the OpenAPI document: v68
*
*
* 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.FundSource = void 0;
class FundSource {
static getAttributeTypeMap() {
return FundSource.attributeTypeMap;
}
constructor() {
}
}
exports.FundSource = FundSource;
FundSource.discriminator = undefined;
FundSource.mapping = undefined;
FundSource.attributeTypeMap = [
{
"name": "additionalData",
"baseName": "additionalData",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "billingAddress",
"baseName": "billingAddress",
"type": "Address | null",
"format": ""
},
{
"name": "card",
"baseName": "card",
"type": "Card | null",
"format": ""
},
{
"name": "shopperEmail",
"baseName": "shopperEmail",
"type": "string",
"format": ""
},
{
"name": "shopperName",
"baseName": "shopperName",
"type": "Name | null",
"format": ""
},
{
"name": "telephoneNumber",
"baseName": "telephoneNumber",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=fundSource.js.map