Type alias SendInvoiceRequestBody

SendInvoiceRequestBody: {
    deliveryOptions: DeliveryOptions;
}

Type declaration