Class BillingViewModel
java.lang.Object
com.boldsign.model.BillingViewModel
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class BillingViewModel
extends Object
BillingViewModel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbalanceCredits(Double balanceCredits) booleanstatic BillingViewModelCreate an instance of BillingViewModel given an JSON stringGet balanceCreditsinthashCode()voidsetBalanceCredits(Double balanceCredits) toJson()Convert an instance of BillingViewModel to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_BALANCE_CREDITS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BillingViewModel
public BillingViewModel()
-
-
Method Details
-
balanceCredits
-
getBalanceCredits
-
setBalanceCredits
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to BillingViewModel
-
fromJson
Create an instance of BillingViewModel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BillingViewModel
- Throws:
IOException- if the JSON string is invalid with respect to BillingViewModel
-
toJson
Convert an instance of BillingViewModel to an JSON string- Returns:
- JSON string
-