Type Alias SendInvoiceResponse

SendInvoiceResponse: {
    invoice: Text2PayInvoice;
    smsData: object;
    emailData: object;
}

Type declaration