PaymentFailureResponse constructor

PaymentFailureResponse(
  1. String? code,
  2. String? message,
  3. String? intentId
)

Implementation

PaymentFailureResponse(this.code, this.message,this.intentId);