menu
another_square package
documentation
square_models.dart
SquarePaymentResponse
SquarePaymentResponse constructor
SquarePaymentResponse constructor
dark_mode
light_mode
SquarePaymentResponse
constructor
SquarePaymentResponse
(
{
List
<
SquareError
>
?
errors
,
String
?
cursor
,
Payment
?
payment
,
List
<
Payment
>
?
payments
,
})
Implementation
SquarePaymentResponse({ this.errors, this.cursor, this.payment, this.payments });
another_square package
documentation
square_models
SquarePaymentResponse
SquarePaymentResponse constructor
SquarePaymentResponse class