Class PaymentSessionResponse


  • public final class PaymentSessionResponse
    extends Resource
    • Constructor Detail

      • PaymentSessionResponse

        public PaymentSessionResponse​(java.lang.String id,
                                      java.lang.String paymentSessionToken,
                                      java.lang.String paymentSessionSecret)
        Creates a new PaymentSessionResponse instance.
        Parameters:
        id - The Payment Sessions unique identifier
        paymentSessionToken - A unique token representing the payment session, which you must provide when you initialize Flow. Do not log or store this value.
        paymentSessionSecret - The secret used by Flow to authenticate payment session requests. Do not log or store this value.
      • PaymentSessionResponse

        public PaymentSessionResponse()
    • Method Detail

      • getId

        public java.lang.String getId()
        The Payment Sessions unique identifier
      • getPaymentSessionToken

        public java.lang.String getPaymentSessionToken()
        A unique token representing the payment session, which you must provide when you initialize Flow. Do not log or store this value.
      • getPaymentSessionSecret

        public java.lang.String getPaymentSessionSecret()
        The secret used by Flow to authenticate payment session requests. Do not log or store this value.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Resource
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class Resource
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
        Overrides:
        canEqual in class Resource