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 - The unique identifier of the Payments App instance.
        Returns:
        the current PaymentsAppDto instance, allowing for method chaining
      • getInstallationId

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

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

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

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

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

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

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

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

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

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

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

        public PaymentsAppDto includeNullValues​(boolean includeNullValues)
        Configures whether null values are explicitly serialized in the JSON payload. Default is false.
      • isIncludeNullValues

        public boolean isIncludeNullValues()
        Returns whether null values are explicitly serialized in the JSON payload.
      • setIncludeNullValues

        public void setIncludeNullValues​(boolean includeNullValues)
        Sets whether null values should be explicitly serialized in the JSON payload. Default is false.
      • 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
      • getExplicitNulls

        public Map<String,​Object> getExplicitNulls()
        Returns a map of properties to be merged into the JSON payload as explicit null values.
      • 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