ApplePayResponse constructor

ApplePayResponse(
  1. String status,
  2. String? token, {
  3. String? errorMessage,
})

Implementation

ApplePayResponse(this.status, this.token, {this.errorMessage});