UNPKG

@adyen/api-library

Version:

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

78 lines 1.98 kB
"use strict"; /* * The version of the OpenAPI document: v72 * * * 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.CheckoutForwardRequest = void 0; class CheckoutForwardRequest { static getAttributeTypeMap() { return CheckoutForwardRequest.attributeTypeMap; } constructor() { } } exports.CheckoutForwardRequest = CheckoutForwardRequest; CheckoutForwardRequest.discriminator = undefined; CheckoutForwardRequest.mapping = undefined; CheckoutForwardRequest.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "Amount | null", "format": "" }, { "name": "baseUrl", "baseName": "baseUrl", "type": "string", "format": "" }, { "name": "merchantAccount", "baseName": "merchantAccount", "type": "string", "format": "" }, { "name": "merchantReference", "baseName": "merchantReference", "type": "string", "format": "" }, { "name": "options", "baseName": "options", "type": "CheckoutForwardRequestOptions | null", "format": "" }, { "name": "paymentMethod", "baseName": "paymentMethod", "type": "CheckoutForwardRequestCard | null", "format": "" }, { "name": "request", "baseName": "request", "type": "CheckoutOutgoingForwardRequest", "format": "" }, { "name": "shopperReference", "baseName": "shopperReference", "type": "string", "format": "" }, { "name": "storedPaymentMethodId", "baseName": "storedPaymentMethodId", "type": "string", "format": "" } ]; //# sourceMappingURL=checkoutForwardRequest.js.map