Class PaymentMethodUPIApps


  • public class PaymentMethodUPIApps
    extends Object
    PaymentMethodUPIApps
    • Constructor Detail

      • PaymentMethodUPIApps

        public PaymentMethodUPIApps()
    • Method Detail

      • id

        public PaymentMethodUPIApps id​(String id)
        The unique identifier of this app, to submit in requests to /payments.
        Parameters:
        id -
        Returns:
        the current PaymentMethodUPIApps instance, allowing for method chaining
      • getId

        public String getId()
        The unique identifier of this app, to submit in requests to /payments.
        Returns:
        id
      • setId

        public void setId​(String id)
        The unique identifier of this app, to submit in requests to /payments.
        Parameters:
        id -
      • name

        public PaymentMethodUPIApps name​(String name)
        A localized name of the app.
        Parameters:
        name -
        Returns:
        the current PaymentMethodUPIApps instance, allowing for method chaining
      • getName

        public String getName()
        A localized name of the app.
        Returns:
        name
      • setName

        public void setName​(String name)
        A localized name of the app.
        Parameters:
        name -
      • equals

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

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

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

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