ElepayResult.failed constructor

ElepayResult.failed(
  1. String paymentId,
  2. String code,
  3. String reason,
  4. String message,
)

Implementation

factory ElepayResult.failed(
        String paymentId, String code, String reason, String message) =
    ElepayResultFailed;