Package model

Class CreateVerificationRequest


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

      • CreateVerificationRequest

        public CreateVerificationRequest()
    • Method Detail

      • getIdentity

        @Nullable
        public String getIdentity()
        ID of the `Identity` resource associated with the `Merchant`.
        Returns:
        identity
      • setIdentity

        public void setIdentity​(String identity)
      • getMerchant

        @Nullable
        public String getMerchant()
        The ID of the `Merchant`.
        Returns:
        merchant
      • setMerchant

        public void setMerchant​(String merchant)
      • 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 CreateVerificationRequest
      • fromJson

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

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