pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
14 lines • 597 B
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { object, optional, string } from '../schema';
import { accountSchemeModelEnumSchema, } from './accountSchemeModelEnum';
export const creditorAccountSchema = object({
schemeName: ['SchemeName', accountSchemeModelEnumSchema],
identification: ['Identification', string()],
name: ['Name', optional(string())],
secondaryIdentification: ['SecondaryIdentification', optional(string())],
});
//# sourceMappingURL=creditorAccount.js.map