UNPKG

bitpay-sdk

Version:

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

22 lines (21 loc) 524 B
export interface RefundWebhook { amount?: number; buyerPaysRefundFee?: boolean; currency?: string; id?: string; immediate?: boolean; invoice?: string; lastRefundNotification?: string; refundFee?: number; requestDate?: string; status?: string; supportRequest?: string; reference?: string; guid?: string; refundAddress?: string; type?: string; txid?: string; transactionCurrency?: string; transactionAmount?: number; transactionRefundFee?: number; }