UNPKG

bitpay-sdk

Version:

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

14 lines (13 loc) 367 B
export interface RefundInfoInterface { supportRequest?: string; currency: string; refundRequestEid?: string; amounts?: Record<string, number>; } export declare class RefundInfo implements RefundInfoInterface { supportRequest?: string; currency: string; refundRequestEid?: string; amounts?: Record<string, number>; constructor(); }