interface InvoiceDetails {
    amount?: number;
    description?: string;
    descriptionHash?: string;
    expire?: number;
    expired: boolean;
    paymentHash?: string;
    pr: string;
    timestamp?: number;
}

Properties

amount?: number
description?: string
descriptionHash?: string
expire?: number
expired: boolean
paymentHash?: string
pr: string
timestamp?: number

Generated using TypeDoc