PaymentFailure constructor

PaymentFailure(
  1. String? error,
  2. String? reference
)

Implementation

PaymentFailure(this.error, this.reference);