Class AuthenticationNotificationData


  • public class AuthenticationNotificationData
    extends Object
    AuthenticationNotificationData
    • Constructor Detail

      • AuthenticationNotificationData

        public AuthenticationNotificationData()
    • Method Detail

      • getAuthentication

        public AuthenticationInfo getAuthentication()
        Get authentication
        Returns:
        authentication
      • setAuthentication

        public void setAuthentication​(AuthenticationInfo authentication)
        authentication
        Parameters:
        authentication -
      • getBalancePlatform

        public String getBalancePlatform()
        The unique identifier of the balance platform.
        Returns:
        balancePlatform
      • setBalancePlatform

        public void setBalancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform -
      • getId

        public String getId()
        Unique identifier of the authentication.
        Returns:
        id
      • setId

        public void setId​(String id)
        Unique identifier of the authentication.
        Parameters:
        id -
      • getPaymentInstrumentId

        public String getPaymentInstrumentId()
        Unique identifier of the payment instrument that was used for the authentication.
        Returns:
        paymentInstrumentId
      • setPaymentInstrumentId

        public void setPaymentInstrumentId​(String paymentInstrumentId)
        Unique identifier of the payment instrument that was used for the authentication.
        Parameters:
        paymentInstrumentId -
      • getPurchase

        public PurchaseInfo getPurchase()
        Get purchase
        Returns:
        purchase
      • setPurchase

        public void setPurchase​(PurchaseInfo purchase)
        purchase
        Parameters:
        purchase -
      • equals

        public boolean equals​(Object o)
        Return true if this AuthenticationNotificationData object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static AuthenticationNotificationData fromJson​(String jsonString)
                                                       throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of AuthenticationNotificationData given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of AuthenticationNotificationData
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to AuthenticationNotificationData
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of AuthenticationNotificationData to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException