Package travel.wink.sdk.payment.model
Class UpdateAccountRequest
java.lang.Object
travel.wink.sdk.payment.model.UpdateAccountRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T12:57:53.332531+07:00[Asia/Bangkok]")
public class UpdateAccountRequest
extends Object
UpdateAccountRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrencyCode(String currencyCode) description(String description) boolean@NotNull @Valid AddressGet address@NotNull @Size(min=3,max=3) StringAccount's main currency.@NotNull StringShort company / person description.@NotNull StringgetName()Name of company / full name of person@NotNull StringgetUrl()Company website.inthashCode()voidsetAddress(Address address) voidsetCurrencyCode(String currencyCode) voidsetDescription(String description) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_CURRENCY_CODE
- See Also:
-
JSON_PROPERTY_ADDRESS
- See Also:
-
-
Constructor Details
-
UpdateAccountRequest
public UpdateAccountRequest()
-
-
Method Details
-
name
-
getName
Name of company / full name of person- Returns:
- name
-
setName
-
description
-
getDescription
Short company / person description.- Returns:
- description
-
setDescription
-
url
-
getUrl
Company website. If private person with no personal website, link to main social network account.- Returns:
- url
-
setUrl
-
currencyCode
-
getCurrencyCode
Account's main currency.- Returns:
- currencyCode
-
setCurrencyCode
-
address
-
getAddress
Get address- Returns:
- address
-
setAddress
-
equals
-
hashCode
public int hashCode() -
toString
-