UNPKG

bitpay-sdk

Version:

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

13 lines (12 loc) 312 B
export interface InvoiceWebhookBuyerFieldsInterface { buyerName?: string; buyerAddress1?: string; buyerAddress2?: string; buyerCity?: string; buyerState?: string; buyerZip?: string; buyerCountry?: string; buyerPhone?: string; buyerNotify?: boolean; buyerEmail?: string; }