Class AccountStatusResponse
java.lang.Object
io.trippay.sdk.payment.model.AccountStatusResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-04T20:44:38.105926479+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) addTaskListItem(AccountStatusEntry taskListItem) boolean@NotNull @Valid UUIDLocal account identifier.@NotNull AccountStatusResponse.StatusEnumAccount status shows if it's approved@Valid List<AccountStatusEntry> Get taskListinthashCode()voidsetAccountIdentifier(UUID accountIdentifier) voidvoidsetTaskList(List<AccountStatusEntry> taskList) taskList(List<AccountStatusEntry> taskList) toString()
-
Field Details
-
JSON_PROPERTY_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TASK_LIST
- 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
-
taskList
-
addTaskListItem
-
getTaskList
Get taskList- Returns:
- taskList
-
setTaskList
-
equals
-
hashCode
-
toString
-