Package com.adyen.model.balanceplatform
Class USInternationalAchAddressRequirement
- java.lang.Object
-
- com.adyen.model.balanceplatform.USInternationalAchAddressRequirement
-
public class USInternationalAchAddressRequirement extends Object
USInternationalAchAddressRequirement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUSInternationalAchAddressRequirement.TypeEnum**usInternationalAchAddressRequirement**
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description USInternationalAchAddressRequirement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description USInternationalAchAddressRequirementdescription(String description)Specifies that you must provide a complete street address for International ACH (IAT) transactions.booleanequals(Object o)Return true if this USInternationalAchAddressRequirement object is equal to o.static USInternationalAchAddressRequirementfromJson(String jsonString)Create an instance of USInternationalAchAddressRequirement given an JSON stringStringgetDescription()Specifies that you must provide a complete street address for International ACH (IAT) transactions.USInternationalAchAddressRequirement.TypeEnumgetType()**usInternationalAchAddressRequirement**inthashCode()voidsetDescription(String description)Specifies that you must provide a complete street address for International ACH (IAT) transactions.voidsetType(USInternationalAchAddressRequirement.TypeEnum type)**usInternationalAchAddressRequirement**StringtoJson()Convert an instance of USInternationalAchAddressRequirement to an JSON stringStringtoString()USInternationalAchAddressRequirementtype(USInternationalAchAddressRequirement.TypeEnum type)**usInternationalAchAddressRequirement**
-
-
-
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 USInternationalAchAddressRequirement description(String description)
Specifies that you must provide a complete street address for International ACH (IAT) transactions.- Parameters:
description-- Returns:
- the current
USInternationalAchAddressRequirementinstance, allowing for method chaining
-
getDescription
public String getDescription()
Specifies that you must provide a complete street address for International ACH (IAT) transactions.- Returns:
- description
-
setDescription
public void setDescription(String description)
Specifies that you must provide a complete street address for International ACH (IAT) transactions.- Parameters:
description-
-
type
public USInternationalAchAddressRequirement type(USInternationalAchAddressRequirement.TypeEnum type)
**usInternationalAchAddressRequirement**- Parameters:
type-- Returns:
- the current
USInternationalAchAddressRequirementinstance, allowing for method chaining
-
getType
public USInternationalAchAddressRequirement.TypeEnum getType()
**usInternationalAchAddressRequirement**- Returns:
- type
-
setType
public void setType(USInternationalAchAddressRequirement.TypeEnum type)
**usInternationalAchAddressRequirement**- Parameters:
type-
-
equals
public boolean equals(Object o)
Return true if this USInternationalAchAddressRequirement object is equal to o.
-
fromJson
public static USInternationalAchAddressRequirement fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of USInternationalAchAddressRequirement given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of USInternationalAchAddressRequirement
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to USInternationalAchAddressRequirement
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of USInternationalAchAddressRequirement to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-