This class aggregates the various resources in the Paystack API, and methods for interacting with them
new
Paystack(secretKey: string)
applePay: ApplePay
bulkCharge: BulkCharge
charge: Charge
customer: Customer
dispute: Dispute
integration: Integration
misc: Misc
paymentPage: PaymentPage
plan: Plan
product: Product
recipient: Recipient
refund: Refund
settlement: Settlement
split: Split
subaccount: Subaccount
subscription: Subscription
terminal: Terminal
transaction: Transaction
transfer: Transfer
transferControl: TransferControl
verification: Verification
virtualAccount: VirtualAccount
private
paystackInstance: Paystack
getInstance(secretKey: string): Paystack