InvoiceObject constructor
InvoiceObject({})
Implementation
InvoiceObject({
this.isSuccessful,
this.error,
this.businessName,
this.code,
this.status,
this.customerName,
this.customerEmail,
this.url,
this.charge,
this.memo,
this.createdAt,
this.updatedAt,
this.localPrice,
});