Class AccountHolderStoreStatusChangeNotificationContent
- java.lang.Object
-
- com.adyen.model.marketpay.notification.AccountHolderStoreStatusChangeNotificationContent
-
public class AccountHolderStoreStatusChangeNotificationContent extends Object
AccountHolderStoreStatusChangeNotificationContent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountHolderStoreStatusChangeNotificationContent.NewStatusEnumThe new status of the account holder.static classAccountHolderStoreStatusChangeNotificationContent.OldStatusEnumThe former status of the account holder.
-
Constructor Summary
Constructors Constructor Description AccountHolderStoreStatusChangeNotificationContent()
-
Method Summary
-
-
-
Method Detail
-
accountHolderCode
public AccountHolderStoreStatusChangeNotificationContent accountHolderCode(String accountHolderCode)
-
getAccountHolderCode
public String getAccountHolderCode()
The code of the account holder.- Returns:
- accountHolderCode
-
setAccountHolderCode
public void setAccountHolderCode(String accountHolderCode)
-
invalidFields
public AccountHolderStoreStatusChangeNotificationContent invalidFields(List<ErrorFieldType> invalidFields)
-
addInvalidFieldsItem
public AccountHolderStoreStatusChangeNotificationContent addInvalidFieldsItem(ErrorFieldType invalidFieldsItem)
-
getInvalidFields
public List<ErrorFieldType> getInvalidFields()
In case the store status has not been updated, contains fields that did not pass the validation.- Returns:
- invalidFields
-
setInvalidFields
public void setInvalidFields(List<ErrorFieldType> invalidFields)
-
newStatus
public AccountHolderStoreStatusChangeNotificationContent newStatus(AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum newStatus)
-
getNewStatus
public AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum getNewStatus()
The new status of the account holder.- Returns:
- newStatus
-
setNewStatus
public void setNewStatus(AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum newStatus)
-
oldStatus
public AccountHolderStoreStatusChangeNotificationContent oldStatus(AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum oldStatus)
-
getOldStatus
public AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum getOldStatus()
The former status of the account holder.- Returns:
- oldStatus
-
setOldStatus
public void setOldStatus(AccountHolderStoreStatusChangeNotificationContent.OldStatusEnum oldStatus)
-
reason
public AccountHolderStoreStatusChangeNotificationContent reason(String reason)
-
getReason
public String getReason()
The reason for the status change.- Returns:
- reason
-
setReason
public void setReason(String reason)
-
store
public AccountHolderStoreStatusChangeNotificationContent store(String store)
-
getStore
public String getStore()
Alphanumeric identifier of the store.- Returns:
- store
-
setStore
public void setStore(String store)
-
storeReference
public AccountHolderStoreStatusChangeNotificationContent storeReference(String storeReference)
-
getStoreReference
public String getStoreReference()
Store store reference.- Returns:
- storeReference
-
setStoreReference
public void setStoreReference(String storeReference)
-
-