CreateInvoiceResponseDto Data Type

All the Opencell API web service response must extend this class.

Implemented Interfaces
Serializable
Properties
name data type description
invoiceId number
invoiceNumber string
invoiceDate number
dueDate number
amountWithoutTax number
amountTax number
amountWithTax number
netToPay number
xmlInvoice string
pdfInvoice string
Properties inherited from BaseResponse
actionStatus ActionStatus