Package model
Class CreateApplicationRequest
java.lang.Object
model.CreateApplicationRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class CreateApplicationRequest
extends Object
CreateApplicationRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentity(IdentityEntityForm entity) booleanstatic CreateApplicationRequestCreate an instance of CreateApplicationRequest given an JSON stringGet entityMaximum amount that can be processed for a single transaction in cents (max 12 characters).getName()Merchant's full legal business name (If INDIVIDUAL_SOLE_PROPRIETORSHIP, please input first name, Full legal last name and middle initial; max 120 characters).getTags()Key value pair for annotating custom meta data (e.g.getUser()ID of the `User` resource.inthashCode()maxTransactionAmount(Long maxTransactionAmount) putTagsItem(String key, String tagsItem) voidsetEntity(IdentityEntityForm entity) voidsetMaxTransactionAmount(Long maxTransactionAmount) voidvoidvoidtoJson()Convert an instance of CreateApplicationRequest 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_TAGS
- See Also:
-
SERIALIZED_NAME_ENTITY
- See Also:
-
SERIALIZED_NAME_MAX_TRANSACTION_AMOUNT
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_USER
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CreateApplicationRequest
public CreateApplicationRequest()
-
-
Method Details
-
tags
-
putTagsItem
-
getTags
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
setTags
-
entity
-
getEntity
Get entity- Returns:
- entity
-
setEntity
-
maxTransactionAmount
-
getMaxTransactionAmount
Maximum amount that can be processed for a single transaction in cents (max 12 characters).- Returns:
- maxTransactionAmount
-
setMaxTransactionAmount
-
name
-
getName
Merchant's full legal business name (If INDIVIDUAL_SOLE_PROPRIETORSHIP, please input first name, Full legal last name and middle initial; max 120 characters).- Returns:
- name
-
setName
-
user
-
getUser
ID of the `User` resource.- Returns:
- user
-
setUser
-
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 CreateApplicationRequest
-
fromJson
Create an instance of CreateApplicationRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateApplicationRequest
- Throws:
IOException- if the JSON string is invalid with respect to CreateApplicationRequest
-
toJson
Convert an instance of CreateApplicationRequest to an JSON string- Returns:
- JSON string
-