public interface GiftCardAccount extends CreditAccount
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the id
|
String |
getRecipientEmailAddress()
Sets the recipient email address
|
void |
setId(Long id)
Sets the id
|
void |
setRecipientEmailAddress(String recipientEmailAddress)
Sets the recipient email address
|
getAccountNumber, getBalance, getCreditAccountEvents, getCurrency, getVersion, setAccountNumber, setBalance, setCreditAccountEvents, setCurrencyLong getId()
getId in interface CreditAccountvoid setId(Long id)
setId in interface CreditAccountid - String getRecipientEmailAddress()
void setRecipientEmailAddress(String recipientEmailAddress)
recipientEmailAddress - Copyright © 2019. All rights reserved.