Package travel.wink.sdk.payment.model
Class AccountStatusResponse
java.lang.Object
travel.wink.sdk.payment.model.AccountStatusResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-07-01T17:01:23.504311+07:00[Asia/Bangkok]")
public class AccountStatusResponse
extends Object
Shows where the account is in terms of onboarding and readiness
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAccount status shows if it's approved -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountIdentifier(UUID accountIdentifier) boolean@NotNull @Valid UUIDLocal account identifier.@NotNull AccountStatusResponse.StatusEnumAccount status shows if it's approvedinthashCode()voidsetAccountIdentifier(UUID accountIdentifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
AccountStatusResponse
public AccountStatusResponse()
-
-
Method Details
-
accountIdentifier
-
getAccountIdentifier
Local account identifier.- Returns:
- accountIdentifier
-
setAccountIdentifier
-
status
-
getStatus
Account status shows if it's approved- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-