ApplePayModel constructor

ApplePayModel(
  1. String? type,
  2. String? company,
  3. String? name,
  4. String? number,
  5. String? message,
  6. String? gatewayId,
  7. String? referenceNumber,
)

Implementation

ApplePayModel(this.type, this.company, this.name, this.number, this.message,
    this.gatewayId, this.referenceNumber);