UNPKG

@adyen/api-library

Version:

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

90 lines 2 kB
"use strict"; /* * The version of the OpenAPI document: v54 * * * 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.CardBin = void 0; class CardBin { static getAttributeTypeMap() { return CardBin.attributeTypeMap; } constructor() { } } exports.CardBin = CardBin; CardBin.discriminator = undefined; CardBin.mapping = undefined; CardBin.attributeTypeMap = [ { "name": "bin", "baseName": "bin", "type": "string", "format": "" }, { "name": "commercial", "baseName": "commercial", "type": "boolean", "format": "" }, { "name": "fundingSource", "baseName": "fundingSource", "type": "string", "format": "" }, { "name": "fundsAvailability", "baseName": "fundsAvailability", "type": "string", "format": "" }, { "name": "issuerBin", "baseName": "issuerBin", "type": "string", "format": "" }, { "name": "issuingBank", "baseName": "issuingBank", "type": "string", "format": "" }, { "name": "issuingCountry", "baseName": "issuingCountry", "type": "string", "format": "" }, { "name": "issuingCurrency", "baseName": "issuingCurrency", "type": "string", "format": "" }, { "name": "paymentMethod", "baseName": "paymentMethod", "type": "string", "format": "" }, { "name": "payoutEligible", "baseName": "payoutEligible", "type": "string", "format": "" }, { "name": "summary", "baseName": "summary", "type": "string", "format": "" } ]; //# sourceMappingURL=cardBin.js.map