UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

23 lines 1.09 kB
"use strict"; /** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.currencyExchangeSchema = void 0; var schema_1 = require("../schema"); var instructedAmount_1 = require("./instructedAmount"); exports.currencyExchangeSchema = (0, schema_1.object)({ sourceCurrency: ['SourceCurrency', (0, schema_1.string)()], targetCurrency: ['TargetCurrency', (0, schema_1.optional)((0, schema_1.string)())], unitCurrency: ['UnitCurrency', (0, schema_1.optional)((0, schema_1.string)())], exchangeRate: ['ExchangeRate', (0, schema_1.number)()], contractIdentification: ['ContractIdentification', (0, schema_1.optional)((0, schema_1.string)())], quotationDate: ['QuotationDate', (0, schema_1.optional)((0, schema_1.string)())], instructedAmount: [ 'InstructedAmount', (0, schema_1.optional)((0, schema_1.lazy)(function () { return instructedAmount_1.instructedAmountSchema; })), ] }); //# sourceMappingURL=currencyExchange.js.map