InvoiceObject constructor
InvoiceObject({})
A check to confirm whether the response completed successfully
An isSuccessful
value is contained in each of the CoinbaseChargeObjects
this value shows returns true when there is a successful request
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,
});