UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

89 lines 2.27 kB
"use strict"; /* * The version of the OpenAPI document: v4 * * * 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.CapitalGrant = void 0; class CapitalGrant { static getAttributeTypeMap() { return CapitalGrant.attributeTypeMap; } constructor() { } } exports.CapitalGrant = CapitalGrant; CapitalGrant.discriminator = undefined; CapitalGrant.mapping = undefined; CapitalGrant.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "Amount | null", "format": "" }, { "name": "balances", "baseName": "balances", "type": "CapitalBalance", "format": "" }, { "name": "counterparty", "baseName": "counterparty", "type": "Counterparty | null", "format": "" }, { "name": "fee", "baseName": "fee", "type": "Fee | null", "format": "" }, { "name": "grantAccountId", "baseName": "grantAccountId", "type": "string", "format": "" }, { "name": "grantOfferId", "baseName": "grantOfferId", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "repayment", "baseName": "repayment", "type": "Repayment | null", "format": "" }, { "name": "status", "baseName": "status", "type": "CapitalGrant.StatusEnum", "format": "" } ]; (function (CapitalGrant) { let StatusEnum; (function (StatusEnum) { StatusEnum["Pending"] = "Pending"; StatusEnum["Active"] = "Active"; StatusEnum["Repaid"] = "Repaid"; StatusEnum["Failed"] = "Failed"; StatusEnum["WrittenOff"] = "WrittenOff"; StatusEnum["Revoked"] = "Revoked"; })(StatusEnum = CapitalGrant.StatusEnum || (CapitalGrant.StatusEnum = {})); })(CapitalGrant = exports.CapitalGrant || (exports.CapitalGrant = {})); //# sourceMappingURL=capitalGrant.js.map