UNPKG

zarinpal-checkout-v4

Version:

Simple typescript implementation of ZarinPal nodejs api so you can quickly start using API.

9 lines (8 loc) 285 B
export * from './PaymentRequest'; export * from './PaymentMetadata'; export * from './InitParams'; export * from './PaymentResponse'; export * from './PaymentVerification'; export * from './VerificationResponse'; export * from './UnverifiedItem'; export * from './UnverifiedResponse';