PaymentMethodData constructor

PaymentMethodData({
  1. String? token,
  2. String? displayNumber,
  3. String? brand,
})

Implementation

PaymentMethodData({
  this.token,
  this.displayNumber,
  this.brand,
});