Package model

Class UpdateMerchantProfileRequest


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class UpdateMerchantProfileRequest
    extends Object
    UpdateMerchantProfileRequest
    • Constructor Detail

      • UpdateMerchantProfileRequest

        public UpdateMerchantProfileRequest()
    • Method Detail

      • getFeeProfile

        @Nullable
        public String getFeeProfile()
        ID of the `fee_profile`.
        Returns:
        feeProfile
      • setFeeProfile

        public void setFeeProfile​(String feeProfile)
      • getRiskProfile

        @Nullable
        public String getRiskProfile()
        ID of the `risk_profile`.
        Returns:
        riskProfile
      • setRiskProfile

        public void setRiskProfile​(String riskProfile)
      • getTags

        @Nullable
        public Map<String,​String> getTags()
        Key value pair for annotating custom meta data (e.g. order numbers).
        Returns:
        tags
      • 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 UpdateMerchantProfileRequest
      • fromJson

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

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