Class PaymentInstrumentNotificationData


  • public class PaymentInstrumentNotificationData
    extends Object
    PaymentInstrumentNotificationData
    • Constructor Detail

      • PaymentInstrumentNotificationData

        public PaymentInstrumentNotificationData()
    • Method Detail

      • getBalancePlatform

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

        public void setBalancePlatform​(String balancePlatform)
      • getPaymentInstrument

        public PaymentInstrument getPaymentInstrument()
        Get paymentInstrument
        Returns:
        paymentInstrument
      • setPaymentInstrument

        public void setPaymentInstrument​(PaymentInstrument paymentInstrument)
      • hashCode

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to PaymentInstrumentNotificationData
      • fromJson

        public static PaymentInstrumentNotificationData fromJson​(String jsonString)
                                                          throws IOException
        Create an instance of PaymentInstrumentNotificationData given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of PaymentInstrumentNotificationData
        Throws:
        IOException - if the JSON string is invalid with respect to PaymentInstrumentNotificationData
      • toJson

        public String toJson()
        Convert an instance of PaymentInstrumentNotificationData to an JSON string
        Returns:
        JSON string