Class MobilePaymentMethodSpecificOutput

java.lang.Object
com.onlinepayments.domain.MobilePaymentMethodSpecificOutput

public class MobilePaymentMethodSpecificOutput extends Object
  • Constructor Details

    • MobilePaymentMethodSpecificOutput

      public MobilePaymentMethodSpecificOutput()
  • Method Details

    • getAuthorisationCode

      public String getAuthorisationCode()
      Card Authorization code as returned by the acquirer
    • setAuthorisationCode

      public void setAuthorisationCode(String value)
      Card Authorization code as returned by the acquirer
    • withAuthorisationCode

      public MobilePaymentMethodSpecificOutput withAuthorisationCode(String value)
      Card Authorization code as returned by the acquirer
    • getFraudResults

      public CardFraudResults getFraudResults()
      Fraud results contained in the CardFraudResults object
    • setFraudResults

      public void setFraudResults(CardFraudResults value)
      Fraud results contained in the CardFraudResults object
    • withFraudResults

      public MobilePaymentMethodSpecificOutput withFraudResults(CardFraudResults value)
      Fraud results contained in the CardFraudResults object
    • getNetwork

      public String getNetwork()
      The card network that was used for a mobile payment method operation
    • setNetwork

      public void setNetwork(String value)
      The card network that was used for a mobile payment method operation
    • withNetwork

      public MobilePaymentMethodSpecificOutput withNetwork(String value)
      The card network that was used for a mobile payment method operation
    • getPaymentData

      public MobilePaymentData getPaymentData()
      Object containing payment details
    • setPaymentData

      public void setPaymentData(MobilePaymentData value)
      Object containing payment details
    • withPaymentData

      public MobilePaymentMethodSpecificOutput withPaymentData(MobilePaymentData value)
      Object containing payment details
    • getPaymentProductId

      public Integer getPaymentProductId()
      Payment product identifier - Please see Products documentation for a full overview of possible values.
    • setPaymentProductId

      public void setPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.
    • withPaymentProductId

      public MobilePaymentMethodSpecificOutput withPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.
    • getThreeDSecureResults

      public ThreeDSecureResults getThreeDSecureResults()
      3D Secure results object
    • setThreeDSecureResults

      public void setThreeDSecureResults(ThreeDSecureResults value)
      3D Secure results object
    • withThreeDSecureResults

      public MobilePaymentMethodSpecificOutput withThreeDSecureResults(ThreeDSecureResults value)
      3D Secure results object