UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

13 lines 504 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { lazy, object } from '../schema'; import { amountSchema } from './amount'; import { statementBenefitTypeEnumSchema, } from './statementBenefitTypeEnum'; export const statementBenefitSchema = object({ amount: ['Amount', lazy(() => amountSchema)], type: ['Type', statementBenefitTypeEnumSchema], }); //# sourceMappingURL=statementBenefit.js.map