menu
another_square package
documentation
square_models.dart
InvoiceResponse
InvoiceResponse.new constructor
InvoiceResponse.new constructor
dark_mode
light_mode
InvoiceResponse
constructor
InvoiceResponse
(
{
List
<
SquareError
>
?
errors
,
Invoice
?
invoice
,
List
<
Invoice
>
?
invoices
,
String
?
cursor
,
})
Implementation
InvoiceResponse({ this.errors, this.invoice, this.invoices, this.cursor });
another_square package
documentation
square_models
InvoiceResponse
InvoiceResponse.new constructor
InvoiceResponse class