Class SessionPaymentResult

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class SessionPaymentResult
     implements Parcelable
                        

    The result of a payment using the sessions flow.

    • Constructor Detail

      • SessionPaymentResult

        SessionPaymentResult(String sessionId, String sessionResult, String sessionData, String resultCode, OrderResponse order)
        Parameters:
        sessionId - A unique identifier of the session.
        sessionResult - You can forward this alongside sessionId to your server to fetch the result of the payment.
        sessionData - The payment session data.
        resultCode - The result code of the payment.
        order - An order, only applicable in case of an ongoing partial payment flow.