pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
17 lines • 758 B
JavaScript
;
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.creditorAccountSchema = void 0;
var schema_1 = require("../schema");
var accountSchemeModelEnum_1 = require("./accountSchemeModelEnum");
exports.creditorAccountSchema = (0, schema_1.object)({
schemeName: ['SchemeName', accountSchemeModelEnum_1.accountSchemeModelEnumSchema],
identification: ['Identification', (0, schema_1.string)()],
name: ['Name', (0, schema_1.optional)((0, schema_1.string)())],
secondaryIdentification: ['SecondaryIdentification', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=creditorAccount.js.map