UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

33 lines 1.55 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.riskSchema = void 0; var schema_1 = require("../schema"); var deliveryAddress_1 = require("./deliveryAddress"); var geoLocation_1 = require("./geoLocation"); var paymentContextCodeEnum_1 = require("./paymentContextCodeEnum"); exports.riskSchema = (0, schema_1.object)({ geoLocation: ['GeoLocation', (0, schema_1.optional)((0, schema_1.lazy)(function () { return geoLocation_1.geoLocationSchema; }))], paymentContextCode: [ 'PaymentContextCode', (0, schema_1.optional)(paymentContextCodeEnum_1.paymentContextCodeEnumSchema), ], merchantCategoryCode: ['MerchantCategoryCode', (0, schema_1.optional)((0, schema_1.string)())], merchantCustomerIdentification: [ 'MerchantCustomerIdentification', (0, schema_1.optional)((0, schema_1.string)()), ], deliveryAddress: [ 'DeliveryAddress', (0, schema_1.optional)((0, schema_1.lazy)(function () { return deliveryAddress_1.deliveryAddressSchema; })), ], endUserAppName: ['EndUserAppName', (0, schema_1.optional)((0, schema_1.string)())], endUserAppVersion: ['EndUserAppVersion', (0, schema_1.optional)((0, schema_1.string)())], merchantName: ['MerchantName', (0, schema_1.optional)((0, schema_1.string)())], merchantNZBN: ['MerchantNZBN', (0, schema_1.optional)((0, schema_1.string)())] }); //# sourceMappingURL=risk.js.map