public class CompensateNegativeBalanceNotificationRecord extends Object
| Constructor and Description |
|---|
CompensateNegativeBalanceNotificationRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountCode() |
Amount |
getAmount() |
Date |
getTransferDate() |
void |
setAccountCode(String accountCode) |
void |
setAmount(Amount amount) |
void |
setTransferDate(Date transferDate) |
String |
toString() |
public CompensateNegativeBalanceNotificationRecord()
public String getAccountCode()
public void setAccountCode(String accountCode)
public Date getTransferDate()
public void setTransferDate(Date transferDate)
public Amount getAmount()
public void setAmount(Amount amount)
Copyright © 2022. All rights reserved.