Package com.adyen.model.payout
Class ResponseAdditionalDataBillingAddress
- java.lang.Object
-
- com.adyen.model.payout.ResponseAdditionalDataBillingAddress
-
public class ResponseAdditionalDataBillingAddress extends Object
ResponseAdditionalDataBillingAddress
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResponseAdditionalDataBillingAddress.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BILLING_ADDRESS_CITYstatic StringSERIALIZED_NAME_BILLING_ADDRESS_COUNTRYstatic StringSERIALIZED_NAME_BILLING_ADDRESS_HOUSE_NUMBER_OR_NAMEstatic StringSERIALIZED_NAME_BILLING_ADDRESS_POSTAL_CODEstatic StringSERIALIZED_NAME_BILLING_ADDRESS_STATE_OR_PROVINCEstatic StringSERIALIZED_NAME_BILLING_ADDRESS_STREET
-
Constructor Summary
Constructors Constructor Description ResponseAdditionalDataBillingAddress()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseAdditionalDataBillingAddressbillingAddressCity(String billingAddressCity)ResponseAdditionalDataBillingAddressbillingAddressCountry(String billingAddressCountry)ResponseAdditionalDataBillingAddressbillingAddressHouseNumberOrName(String billingAddressHouseNumberOrName)ResponseAdditionalDataBillingAddressbillingAddressPostalCode(String billingAddressPostalCode)ResponseAdditionalDataBillingAddressbillingAddressStateOrProvince(String billingAddressStateOrProvince)ResponseAdditionalDataBillingAddressbillingAddressStreet(String billingAddressStreet)booleanequals(Object o)static ResponseAdditionalDataBillingAddressfromJson(String jsonString)Create an instance of ResponseAdditionalDataBillingAddress given an JSON stringStringgetBillingAddressCity()The billing address city passed in the payment request.StringgetBillingAddressCountry()The billing address country passed in the payment request.StringgetBillingAddressHouseNumberOrName()The billing address house number or name passed in the payment request.StringgetBillingAddressPostalCode()The billing address postal code passed in the payment request.StringgetBillingAddressStateOrProvince()The billing address state or province passed in the payment request.StringgetBillingAddressStreet()The billing address street passed in the payment request.inthashCode()voidsetBillingAddressCity(String billingAddressCity)voidsetBillingAddressCountry(String billingAddressCountry)voidsetBillingAddressHouseNumberOrName(String billingAddressHouseNumberOrName)voidsetBillingAddressPostalCode(String billingAddressPostalCode)voidsetBillingAddressStateOrProvince(String billingAddressStateOrProvince)voidsetBillingAddressStreet(String billingAddressStreet)StringtoJson()Convert an instance of ResponseAdditionalDataBillingAddress 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_BILLING_ADDRESS_CITY
public static final String SERIALIZED_NAME_BILLING_ADDRESS_CITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BILLING_ADDRESS_COUNTRY
public static final String SERIALIZED_NAME_BILLING_ADDRESS_COUNTRY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BILLING_ADDRESS_HOUSE_NUMBER_OR_NAME
public static final String SERIALIZED_NAME_BILLING_ADDRESS_HOUSE_NUMBER_OR_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BILLING_ADDRESS_POSTAL_CODE
public static final String SERIALIZED_NAME_BILLING_ADDRESS_POSTAL_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BILLING_ADDRESS_STATE_OR_PROVINCE
public static final String SERIALIZED_NAME_BILLING_ADDRESS_STATE_OR_PROVINCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BILLING_ADDRESS_STREET
public static final String SERIALIZED_NAME_BILLING_ADDRESS_STREET
- See Also:
- Constant Field Values
-
-
Method Detail
-
billingAddressCity
public ResponseAdditionalDataBillingAddress billingAddressCity(String billingAddressCity)
-
getBillingAddressCity
public String getBillingAddressCity()
The billing address city passed in the payment request.- Returns:
- billingAddressCity
-
setBillingAddressCity
public void setBillingAddressCity(String billingAddressCity)
-
billingAddressCountry
public ResponseAdditionalDataBillingAddress billingAddressCountry(String billingAddressCountry)
-
getBillingAddressCountry
public String getBillingAddressCountry()
The billing address country passed in the payment request. Example: NL- Returns:
- billingAddressCountry
-
setBillingAddressCountry
public void setBillingAddressCountry(String billingAddressCountry)
-
billingAddressHouseNumberOrName
public ResponseAdditionalDataBillingAddress billingAddressHouseNumberOrName(String billingAddressHouseNumberOrName)
-
getBillingAddressHouseNumberOrName
public String getBillingAddressHouseNumberOrName()
The billing address house number or name passed in the payment request.- Returns:
- billingAddressHouseNumberOrName
-
setBillingAddressHouseNumberOrName
public void setBillingAddressHouseNumberOrName(String billingAddressHouseNumberOrName)
-
billingAddressPostalCode
public ResponseAdditionalDataBillingAddress billingAddressPostalCode(String billingAddressPostalCode)
-
getBillingAddressPostalCode
public String getBillingAddressPostalCode()
The billing address postal code passed in the payment request. Example: 1011 DJ- Returns:
- billingAddressPostalCode
-
setBillingAddressPostalCode
public void setBillingAddressPostalCode(String billingAddressPostalCode)
-
billingAddressStateOrProvince
public ResponseAdditionalDataBillingAddress billingAddressStateOrProvince(String billingAddressStateOrProvince)
-
getBillingAddressStateOrProvince
public String getBillingAddressStateOrProvince()
The billing address state or province passed in the payment request. Example: NH- Returns:
- billingAddressStateOrProvince
-
setBillingAddressStateOrProvince
public void setBillingAddressStateOrProvince(String billingAddressStateOrProvince)
-
billingAddressStreet
public ResponseAdditionalDataBillingAddress billingAddressStreet(String billingAddressStreet)
-
getBillingAddressStreet
public String getBillingAddressStreet()
The billing address street passed in the payment request.- Returns:
- billingAddressStreet
-
setBillingAddressStreet
public void setBillingAddressStreet(String billingAddressStreet)
-
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 ResponseAdditionalDataBillingAddress
-
fromJson
public static ResponseAdditionalDataBillingAddress fromJson(String jsonString) throws IOException
Create an instance of ResponseAdditionalDataBillingAddress given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ResponseAdditionalDataBillingAddress
- Throws:
IOException- if the JSON string is invalid with respect to ResponseAdditionalDataBillingAddress
-
toJson
public String toJson()
Convert an instance of ResponseAdditionalDataBillingAddress to an JSON string- Returns:
- JSON string
-
-