@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.3 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.FundOrigin = void 0;
class FundOrigin {
static getAttributeTypeMap() {
return FundOrigin.attributeTypeMap;
}
constructor() {
}
}
exports.FundOrigin = FundOrigin;
FundOrigin.discriminator = undefined;
FundOrigin.mapping = undefined;
FundOrigin.attributeTypeMap = [
{
"name": "billingAddress",
"baseName": "billingAddress",
"type": "Address | null",
"format": ""
},
{
"name": "shopperEmail",
"baseName": "shopperEmail",
"type": "string",
"format": ""
},
{
"name": "shopperName",
"baseName": "shopperName",
"type": "Name | null",
"format": ""
},
{
"name": "telephoneNumber",
"baseName": "telephoneNumber",
"type": "string",
"format": ""
},
{
"name": "walletIdentifier",
"baseName": "walletIdentifier",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=fundOrigin.js.map