Class AccountFundsBelowThresholdNotificationContent
- java.lang.Object
-
- com.adyen.model.marketpay.notification.AccountFundsBelowThresholdNotificationContent
-
public class AccountFundsBelowThresholdNotificationContent extends Object
AccountFundsBelowThresholdNotificationContent
-
-
Constructor Summary
Constructors Constructor Description AccountFundsBelowThresholdNotificationContent()
-
Method Summary
-
-
-
Method Detail
-
accountCode
public AccountFundsBelowThresholdNotificationContent accountCode(String accountCode)
-
getAccountCode
public String getAccountCode()
The code of the account with funds under threshold- Returns:
- accountCode
-
setAccountCode
public void setAccountCode(String accountCode)
-
balanceDate
public AccountFundsBelowThresholdNotificationContent balanceDate(Date balanceDate)
-
getBalanceDate
public Date getBalanceDate()
Get balanceDate- Returns:
- balanceDate
-
setBalanceDate
public void setBalanceDate(Date balanceDate)
-
currentFunds
public AccountFundsBelowThresholdNotificationContent currentFunds(Amount currentFunds)
-
getCurrentFunds
public Amount getCurrentFunds()
Get currentFunds- Returns:
- currentFunds
-
setCurrentFunds
public void setCurrentFunds(Amount currentFunds)
-
fundThreshold
public AccountFundsBelowThresholdNotificationContent fundThreshold(Amount fundThreshold)
-
getFundThreshold
public Amount getFundThreshold()
Get fundThreshold- Returns:
- fundThreshold
-
setFundThreshold
public void setFundThreshold(Amount fundThreshold)
-
merchantAccountCode
public AccountFundsBelowThresholdNotificationContent merchantAccountCode(String merchantAccountCode)
-
getMerchantAccountCode
public String getMerchantAccountCode()
The code of the merchant account.- Returns:
- merchantAccountCode
-
setMerchantAccountCode
public void setMerchantAccountCode(String merchantAccountCode)
-
-