public interface PaymentResponseUtil
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
buildPaymentResponse(@NonNull PaymentRequest paymentRequest,
@NonNull PaymentGatewayType gatewayType,
@NonNull TransactionType transactionType)
Builds and populates a
PaymentResponse based on the provided PaymentRequest |
PaymentResponse buildPaymentResponse(@NonNull @NonNull PaymentRequest paymentRequest, @NonNull @NonNull PaymentGatewayType gatewayType, @NonNull @NonNull TransactionType transactionType)
PaymentResponse based on the provided PaymentRequestpaymentRequest - the PaymentRequest used to initiate the related transactiongatewayType - the type of gateway used to execute the transactiontransactionType - the type of transaction that was executedCopyright © 2021. All rights reserved.