UNPKG

bitpay-sdk

Version:

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

10 lines (9 loc) 234 B
export interface InvoiceBuyerProvidedInfo { selectedTransactionCurrency?: string; emailAddress?: string; selectedWallet?: string; name?: string; phoneNumber?: string; sms?: string; smsVerified?: boolean; }