Class PaymentsAppDto


  • public class PaymentsAppDto
    extends Object
    PaymentsAppDto
    • Constructor Detail

      • PaymentsAppDto

        public PaymentsAppDto()
    • Method Detail

      • installationId

        public PaymentsAppDto installationId​(String installationId)
        The unique identifier of the Payments App instance.
        Parameters:
        installationId -
        Returns:
        the current PaymentsAppDto instance, allowing for method chaining
      • getInstallationId

        public String getInstallationId()
        The unique identifier of the Payments App instance.
        Returns:
        installationId
      • setInstallationId

        public void setInstallationId​(String installationId)
        The unique identifier of the Payments App instance.
        Parameters:
        installationId -
      • merchantAccountCode

        public PaymentsAppDto merchantAccountCode​(String merchantAccountCode)
        The account code associated with the Payments App instance.
        Parameters:
        merchantAccountCode -
        Returns:
        the current PaymentsAppDto instance, allowing for method chaining
      • getMerchantAccountCode

        public String getMerchantAccountCode()
        The account code associated with the Payments App instance.
        Returns:
        merchantAccountCode
      • setMerchantAccountCode

        public void setMerchantAccountCode​(String merchantAccountCode)
        The account code associated with the Payments App instance.
        Parameters:
        merchantAccountCode -
      • merchantStoreCode

        public PaymentsAppDto merchantStoreCode​(String merchantStoreCode)
        The store code associated with the Payments App instance.
        Parameters:
        merchantStoreCode -
        Returns:
        the current PaymentsAppDto instance, allowing for method chaining
      • getMerchantStoreCode

        public String getMerchantStoreCode()
        The store code associated with the Payments App instance.
        Returns:
        merchantStoreCode
      • setMerchantStoreCode

        public void setMerchantStoreCode​(String merchantStoreCode)
        The store code associated with the Payments App instance.
        Parameters:
        merchantStoreCode -
      • status

        public PaymentsAppDto status​(String status)
        The status of the Payments App instance.
        Parameters:
        status -
        Returns:
        the current PaymentsAppDto instance, allowing for method chaining
      • getStatus

        public String getStatus()
        The status of the Payments App instance.
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
        The status of the Payments App instance.
        Parameters:
        status -
      • equals

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

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

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

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