Package model
Class CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
- java.lang.Object
-
- model.CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType extends Object
IP address of the merchant when this merchant accepted the merchant agreement (e.g., 42.1.1.113).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BUSINESS_TO_BUSINESS_VOLUME_PERCENTAGEstatic StringSERIALIZED_NAME_BUSINESS_TO_CONSUMER_VOLUME_PERCENTAGEstatic StringSERIALIZED_NAME_CONSUMER_TO_CONSUMER_VOLUME_PERCENTAGEstatic StringSERIALIZED_NAME_OTHER_VOLUME_PERCENTAGEstatic StringSERIALIZED_NAME_PERSON_TO_PERSON_VOLUME_PERCENTAGE
-
Constructor Summary
Constructors Constructor Description CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessTypebusinessToBusinessVolumePercentage(Long businessToBusinessVolumePercentage)CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessTypebusinessToConsumerVolumePercentage(Long businessToConsumerVolumePercentage)CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessTypeconsumerToConsumerVolumePercentage(Long consumerToConsumerVolumePercentage)booleanequals(Object o)static CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessTypefromJson(String jsonString)Create an instance of CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType given an JSON stringLonggetBusinessToBusinessVolumePercentage()The percentage of the merchant's volume that's business to business (between 0 and 100).LonggetBusinessToConsumerVolumePercentage()The percentage of the merchant's volume that's business to consumer (between 0 and 100).LonggetConsumerToConsumerVolumePercentage()Merchant's percentage of volume that is consumer to consumer (between 0 and 100).LonggetOtherVolumePercentage()The percentage of the merchant's volume that isn't represented by the previous fields (between 0 and 100).LonggetPersonToPersonVolumePercentage()The percentage of the merchant's volume that's person to person (between 0 and 100).inthashCode()CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessTypeotherVolumePercentage(Long otherVolumePercentage)CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessTypepersonToPersonVolumePercentage(Long personToPersonVolumePercentage)voidsetBusinessToBusinessVolumePercentage(Long businessToBusinessVolumePercentage)voidsetBusinessToConsumerVolumePercentage(Long businessToConsumerVolumePercentage)voidsetConsumerToConsumerVolumePercentage(Long consumerToConsumerVolumePercentage)voidsetOtherVolumePercentage(Long otherVolumePercentage)voidsetPersonToPersonVolumePercentage(Long personToPersonVolumePercentage)StringtoJson()Convert an instance of CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_OTHER_VOLUME_PERCENTAGE
public static final String SERIALIZED_NAME_OTHER_VOLUME_PERCENTAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONSUMER_TO_CONSUMER_VOLUME_PERCENTAGE
public static final String SERIALIZED_NAME_CONSUMER_TO_CONSUMER_VOLUME_PERCENTAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUSINESS_TO_CONSUMER_VOLUME_PERCENTAGE
public static final String SERIALIZED_NAME_BUSINESS_TO_CONSUMER_VOLUME_PERCENTAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUSINESS_TO_BUSINESS_VOLUME_PERCENTAGE
public static final String SERIALIZED_NAME_BUSINESS_TO_BUSINESS_VOLUME_PERCENTAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PERSON_TO_PERSON_VOLUME_PERCENTAGE
public static final String SERIALIZED_NAME_PERSON_TO_PERSON_VOLUME_PERCENTAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
otherVolumePercentage
public CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType otherVolumePercentage(Long otherVolumePercentage)
-
getOtherVolumePercentage
@Nullable public Long getOtherVolumePercentage()
The percentage of the merchant's volume that isn't represented by the previous fields (between 0 and 100).- Returns:
- otherVolumePercentage
-
setOtherVolumePercentage
public void setOtherVolumePercentage(Long otherVolumePercentage)
-
consumerToConsumerVolumePercentage
public CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType consumerToConsumerVolumePercentage(Long consumerToConsumerVolumePercentage)
-
getConsumerToConsumerVolumePercentage
@Nullable public Long getConsumerToConsumerVolumePercentage()
Merchant's percentage of volume that is consumer to consumer (between 0 and 100).- Returns:
- consumerToConsumerVolumePercentage
-
setConsumerToConsumerVolumePercentage
public void setConsumerToConsumerVolumePercentage(Long consumerToConsumerVolumePercentage)
-
businessToConsumerVolumePercentage
public CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType businessToConsumerVolumePercentage(Long businessToConsumerVolumePercentage)
-
getBusinessToConsumerVolumePercentage
@Nullable public Long getBusinessToConsumerVolumePercentage()
The percentage of the merchant's volume that's business to consumer (between 0 and 100).- Returns:
- businessToConsumerVolumePercentage
-
setBusinessToConsumerVolumePercentage
public void setBusinessToConsumerVolumePercentage(Long businessToConsumerVolumePercentage)
-
businessToBusinessVolumePercentage
public CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType businessToBusinessVolumePercentage(Long businessToBusinessVolumePercentage)
-
getBusinessToBusinessVolumePercentage
@Nullable public Long getBusinessToBusinessVolumePercentage()
The percentage of the merchant's volume that's business to business (between 0 and 100).- Returns:
- businessToBusinessVolumePercentage
-
setBusinessToBusinessVolumePercentage
public void setBusinessToBusinessVolumePercentage(Long businessToBusinessVolumePercentage)
-
personToPersonVolumePercentage
public CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType personToPersonVolumePercentage(Long personToPersonVolumePercentage)
-
getPersonToPersonVolumePercentage
@Nullable public Long getPersonToPersonVolumePercentage()
The percentage of the merchant's volume that's person to person (between 0 and 100).- Returns:
- personToPersonVolumePercentage
-
setPersonToPersonVolumePercentage
public void setPersonToPersonVolumePercentage(Long personToPersonVolumePercentage)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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 CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
-
fromJson
public static CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType fromJson(String jsonString) throws IOException
Create an instance of CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
- Throws:
IOException- if the JSON string is invalid with respect to CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType
-
toJson
public String toJson()
Convert an instance of CreateIdentityRequestAdditionalUnderwritingDataVolumeDistributionByBusinessType to an JSON string- Returns:
- JSON string
-
-