Package model
Class UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
java.lang.Object
model.UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
extends Object
Merchant's distribution of credit card volume by business type. Sum of `volume_distribution_by_business_type` must be 100.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbusinessToBusinessVolumePercentage(Long businessToBusinessVolumePercentage) businessToConsumerVolumePercentage(Long businessToConsumerVolumePercentage) consumerToConsumerVolumePercentage(Long consumerToConsumerVolumePercentage) booleanCreate an instance of UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType given an JSON stringThe percentage of the merchant's volume that's business to business (between 0 and 100).The percentage of the merchant's volume that's business to consumer (between 0 and 100).Merchant's percentage of volume that is consumer to consumer (between 0 and 100).The percentage of the merchant's volume that isn't represented by the previous fields (between 0 and 100).The percentage the merchant's volume that's person to person (between 0 and 100).inthashCode()otherVolumePercentage(Long otherVolumePercentage) personToPersonVolumePercentage(Long personToPersonVolumePercentage) voidsetBusinessToBusinessVolumePercentage(Long businessToBusinessVolumePercentage) voidsetBusinessToConsumerVolumePercentage(Long businessToConsumerVolumePercentage) voidsetConsumerToConsumerVolumePercentage(Long consumerToConsumerVolumePercentage) voidsetOtherVolumePercentage(Long otherVolumePercentage) voidsetPersonToPersonVolumePercentage(Long personToPersonVolumePercentage) toJson()Convert an instance of UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_OTHER_VOLUME_PERCENTAGE
- See Also:
-
SERIALIZED_NAME_CONSUMER_TO_CONSUMER_VOLUME_PERCENTAGE
- See Also:
-
SERIALIZED_NAME_BUSINESS_TO_CONSUMER_VOLUME_PERCENTAGE
- See Also:
-
SERIALIZED_NAME_BUSINESS_TO_BUSINESS_VOLUME_PERCENTAGE
- See Also:
-
SERIALIZED_NAME_PERSON_TO_PERSON_VOLUME_PERCENTAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
public UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType()
-
-
Method Details
-
otherVolumePercentage
public UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType otherVolumePercentage(Long otherVolumePercentage) -
getOtherVolumePercentage
The percentage of the merchant's volume that isn't represented by the previous fields (between 0 and 100).- Returns:
- otherVolumePercentage
-
setOtherVolumePercentage
-
consumerToConsumerVolumePercentage
public UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType consumerToConsumerVolumePercentage(Long consumerToConsumerVolumePercentage) -
getConsumerToConsumerVolumePercentage
Merchant's percentage of volume that is consumer to consumer (between 0 and 100).- Returns:
- consumerToConsumerVolumePercentage
-
setConsumerToConsumerVolumePercentage
-
businessToConsumerVolumePercentage
public UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType businessToConsumerVolumePercentage(Long businessToConsumerVolumePercentage) -
getBusinessToConsumerVolumePercentage
The percentage of the merchant's volume that's business to consumer (between 0 and 100).- Returns:
- businessToConsumerVolumePercentage
-
setBusinessToConsumerVolumePercentage
-
businessToBusinessVolumePercentage
public UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType businessToBusinessVolumePercentage(Long businessToBusinessVolumePercentage) -
getBusinessToBusinessVolumePercentage
The percentage of the merchant's volume that's business to business (between 0 and 100).- Returns:
- businessToBusinessVolumePercentage
-
setBusinessToBusinessVolumePercentage
-
personToPersonVolumePercentage
public UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType personToPersonVolumePercentage(Long personToPersonVolumePercentage) -
getPersonToPersonVolumePercentage
The percentage the merchant's volume that's person to person (between 0 and 100).- Returns:
- personToPersonVolumePercentage
-
setPersonToPersonVolumePercentage
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
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 UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
-
fromJson
public static UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType fromJson(String jsonString) throws IOException Create an instance of UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
- Throws:
IOException- if the JSON string is invalid with respect to UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
-
toJson
Convert an instance of UpdateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType to an JSON string- Returns:
- JSON string
-