Package model

Class IdentityAdditionalUnderwritingDataCardVolumeDistribution

java.lang.Object
model.IdentityAdditionalUnderwritingDataCardVolumeDistribution

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]") public class IdentityAdditionalUnderwritingDataCardVolumeDistribution extends Object
The distribution of the merchant's credit card volume The sum of `card_volume_distribution` must be 100.
  • Field Details

    • SERIALIZED_NAME_CARD_PRESENT_PERCENTAGE

      public static final String SERIALIZED_NAME_CARD_PRESENT_PERCENTAGE
      See Also:
    • SERIALIZED_NAME_ECOMMERCE_PERCENTAGE

      public static final String SERIALIZED_NAME_ECOMMERCE_PERCENTAGE
      See Also:
    • SERIALIZED_NAME_MAIL_ORDER_TELEPHONE_ORDER_PERCENTAGE

      public static final String SERIALIZED_NAME_MAIL_ORDER_TELEPHONE_ORDER_PERCENTAGE
      See Also:
    • openapiFields

      public static HashSet<String> openapiFields
    • openapiRequiredFields

      public static HashSet<String> openapiRequiredFields
  • Constructor Details

    • IdentityAdditionalUnderwritingDataCardVolumeDistribution

      public IdentityAdditionalUnderwritingDataCardVolumeDistribution()
  • Method Details

    • cardPresentPercentage

      public IdentityAdditionalUnderwritingDataCardVolumeDistribution cardPresentPercentage(Long cardPresentPercentage)
    • getCardPresentPercentage

      @Nullable public Long getCardPresentPercentage()
      The percentage of the merchant's volume that's card present (between 0 and 100).
      Returns:
      cardPresentPercentage
    • setCardPresentPercentage

      public void setCardPresentPercentage(Long cardPresentPercentage)
    • ecommercePercentage

      public IdentityAdditionalUnderwritingDataCardVolumeDistribution ecommercePercentage(Long ecommercePercentage)
    • getEcommercePercentage

      @Nullable public Long getEcommercePercentage()
      The percentage of the merchant's business that is eCommerce (between 0 and 100).
      Returns:
      ecommercePercentage
    • setEcommercePercentage

      public void setEcommercePercentage(Long ecommercePercentage)
    • mailOrderTelephoneOrderPercentage

      public IdentityAdditionalUnderwritingDataCardVolumeDistribution mailOrderTelephoneOrderPercentage(Long mailOrderTelephoneOrderPercentage)
    • getMailOrderTelephoneOrderPercentage

      @Nullable public Long getMailOrderTelephoneOrderPercentage()
      The percentage of the merchant's business that is a mail or telephone order (between 0 and 100).
      Returns:
      mailOrderTelephoneOrderPercentage
    • setMailOrderTelephoneOrderPercentage

      public void setMailOrderTelephoneOrderPercentage(Long mailOrderTelephoneOrderPercentage)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString 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 IdentityAdditionalUnderwritingDataCardVolumeDistribution
    • fromJson

      Create an instance of IdentityAdditionalUnderwritingDataCardVolumeDistribution given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of IdentityAdditionalUnderwritingDataCardVolumeDistribution
      Throws:
      IOException - if the JSON string is invalid with respect to IdentityAdditionalUnderwritingDataCardVolumeDistribution
    • toJson

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