Package model

Class CreateMerchantUnderwritingRequest


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

      • CreateMerchantUnderwritingRequest

        public CreateMerchantUnderwritingRequest()
    • Method Detail

      • getProcessor

        @Nullable
        public String getProcessor()
        Set the acquiring processor. Avalible values include: <ul><li><strong>DUMMY_V1</strong></li><li><strong>LITLE_V1</strong></li><li><strong>MASTERCARD_V1</strong></li><li><strong>VISA_V1</strong></li><li><strong>NMI_V1</strong></li><li><strong>VANTIV_V1</strong></li></ul>Use <strong>DUMMY_V1</strong> or <strong>null</strong> to use your sandbox. For more details on which processor to use, reach out to your Finix point of contact or email <a href=\"/guides/getting-started/support-at-finix/\">Finix Support</a>.
        Returns:
        processor
      • setProcessor

        public void setProcessor​(String processor)
      • 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 CreateMerchantUnderwritingRequest
      • fromJson

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

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