PaymentHandlerResponseValue constructor

PaymentHandlerResponseValue({
  1. String? methodName,
  2. Object? details,
  3. String? payerName,
  4. String? payerEmail,
  5. String? payerPhone,
  6. AddressInit? shippingAddress,
  7. String? shippingOption,
})

Implementation

PaymentHandlerResponseValue({
  this.methodName,
  this.details,
  this.payerName,
  this.payerEmail,
  this.payerPhone,
  this.shippingAddress,
  this.shippingOption,
});