UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

11 lines (10 loc) 250 B
export interface RefundParams { requesterType?: string; requesterEmail?: string; amount?: number; currency?: string; email?: string; purchaserNotifyEmail?: string; refundAddress?: string; supportRequestEid?: string; }