menu
another_square package
documentation
square_models.dart
SquareRefundResponse
SquareRefundResponse constructor
SquareRefundResponse constructor
dark_mode
light_mode
SquareRefundResponse
constructor
SquareRefundResponse
(
{
List
<
SquareError
>
?
errors
,
String
?
cursor
,
Refund
?
refund
,
List
<
Refund
>
?
refunds
,
})
Implementation
SquareRefundResponse({ this.errors, this.cursor, this.refund, this.refunds });
another_square package
documentation
square_models
SquareRefundResponse
SquareRefundResponse constructor
SquareRefundResponse class