PaymentDoneWithSuccess constructor

PaymentDoneWithSuccess(
  1. OrderModel? order,
  2. String reference
)

Implementation

PaymentDoneWithSuccess(this.order, this.reference);