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, setCurrency
Long getId()
getId
in interface CreditAccount
void setId(Long id)
setId
in interface CreditAccount
id
- String getRecipientEmailAddress()
void setRecipientEmailAddress(String recipientEmailAddress)
recipientEmailAddress
- Copyright © 2019. All rights reserved.