SquarePaymentResponse constructor

SquarePaymentResponse({
  1. List<SquareError>? errors,
  2. String? cursor,
  3. Payment? payment,
  4. List<Payment>? payments,
})

Implementation

SquarePaymentResponse({
  this.errors, this.cursor, this.payment, this.payments
});