UNPKG

@adyen/api-library

Version:

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

60 lines 1.64 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.CheckoutForwardRequestOptions = void 0; class CheckoutForwardRequestOptions { static getAttributeTypeMap() { return CheckoutForwardRequestOptions.attributeTypeMap; } constructor() { } } exports.CheckoutForwardRequestOptions = CheckoutForwardRequestOptions; CheckoutForwardRequestOptions.discriminator = undefined; CheckoutForwardRequestOptions.mapping = undefined; CheckoutForwardRequestOptions.attributeTypeMap = [ { "name": "accountUpdate", "baseName": "accountUpdate", "type": "boolean", "format": "" }, { "name": "dryRun", "baseName": "dryRun", "type": "boolean", "format": "" }, { "name": "networkToken", "baseName": "networkToken", "type": "CheckoutNetworkTokenOption | null", "format": "" }, { "name": "networkTxReferencePaths", "baseName": "networkTxReferencePaths", "type": "Array<string>", "format": "" }, { "name": "tokenize", "baseName": "tokenize", "type": "boolean", "format": "" }, { "name": "transactionLinkIdPaths", "baseName": "transactionLinkIdPaths", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=checkoutForwardRequestOptions.js.map