Package com.adyen.model.balanceplatform
Class USInstantPayoutAddressRequirement
- java.lang.Object
-
- com.adyen.model.balanceplatform.USInstantPayoutAddressRequirement
-
public class USInstantPayoutAddressRequirement extends Object
USInstantPayoutAddressRequirement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUSInstantPayoutAddressRequirement.TypeEnum**usInstantPayoutAddressRequirement**
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description USInstantPayoutAddressRequirement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description USInstantPayoutAddressRequirementdescription(String description)Specifies that you must provide complete street addresses for the party and counterParty for transactions greater than USD 3000.booleanequals(Object o)Return true if this USInstantPayoutAddressRequirement object is equal to o.static USInstantPayoutAddressRequirementfromJson(String jsonString)Create an instance of USInstantPayoutAddressRequirement given an JSON stringStringgetDescription()Specifies that you must provide complete street addresses for the party and counterParty for transactions greater than USD 3000.USInstantPayoutAddressRequirement.TypeEnumgetType()**usInstantPayoutAddressRequirement**inthashCode()voidsetDescription(String description)Specifies that you must provide complete street addresses for the party and counterParty for transactions greater than USD 3000.voidsetType(USInstantPayoutAddressRequirement.TypeEnum type)**usInstantPayoutAddressRequirement**StringtoJson()Convert an instance of USInstantPayoutAddressRequirement to an JSON stringStringtoString()USInstantPayoutAddressRequirementtype(USInstantPayoutAddressRequirement.TypeEnum type)**usInstantPayoutAddressRequirement**
-
-
-
Field Detail
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public USInstantPayoutAddressRequirement description(String description)
Specifies that you must provide complete street addresses for the party and counterParty for transactions greater than USD 3000.- Parameters:
description- Specifies that you must provide complete street addresses for the party and counterParty for transactions greater than USD 3000.- Returns:
- the current
USInstantPayoutAddressRequirementinstance, allowing for method chaining
-
getDescription
public String getDescription()
Specifies that you must provide complete street addresses for the party and counterParty for transactions greater than USD 3000.- Returns:
- description Specifies that you must provide complete street addresses for the party and counterParty for transactions greater than USD 3000.
-
setDescription
public void setDescription(String description)
Specifies that you must provide complete street addresses for the party and counterParty for transactions greater than USD 3000.- Parameters:
description- Specifies that you must provide complete street addresses for the party and counterParty for transactions greater than USD 3000.
-
type
public USInstantPayoutAddressRequirement type(USInstantPayoutAddressRequirement.TypeEnum type)
**usInstantPayoutAddressRequirement**- Parameters:
type- **usInstantPayoutAddressRequirement**- Returns:
- the current
USInstantPayoutAddressRequirementinstance, allowing for method chaining
-
getType
public USInstantPayoutAddressRequirement.TypeEnum getType()
**usInstantPayoutAddressRequirement**- Returns:
- type **usInstantPayoutAddressRequirement**
-
setType
public void setType(USInstantPayoutAddressRequirement.TypeEnum type)
**usInstantPayoutAddressRequirement**- Parameters:
type- **usInstantPayoutAddressRequirement**
-
equals
public boolean equals(Object o)
Return true if this USInstantPayoutAddressRequirement object is equal to o.
-
fromJson
public static USInstantPayoutAddressRequirement fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of USInstantPayoutAddressRequirement given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of USInstantPayoutAddressRequirement
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to USInstantPayoutAddressRequirement
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of USInstantPayoutAddressRequirement to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-