public interface OnlineExtdPayeeInterface
Modifier and Type | Method and Description |
---|---|
int |
getDaysToPay()
Gets how many days before a payment is due that the money is
deducted from the payer's account.
|
boolean |
getHasExtendedPayeeInfo()
Gets whether or not an object has extended payee info
associated with it.
|
java.lang.String |
getPayeeID()
Get the ID of the payee.
|
java.lang.String |
getPayeeIDScope()
Gets the scope of the payee ID...
|
java.lang.String |
getPayeeName()
Get the name of the payee
|
void |
setDaysToPay(int daysToPay)
Sets how many days before a payment is due that the money is
deducted from the payer's account.
|
void |
setHasExtendedPayeeInfo(boolean hasExtendedInfo)
Sets whether or not an object has extended payee info
associated with it.
|
void |
setPayeeID(java.lang.String id)
Set the ID of the payee.
|
void |
setPayeeIDScope(java.lang.String idScope)
Sets the scope of the payee ID...
|
void |
setPayeeName(java.lang.String name)
Set the name of the payee
|
void setHasExtendedPayeeInfo(boolean hasExtendedInfo)
boolean getHasExtendedPayeeInfo()
void setPayeeName(java.lang.String name)
java.lang.String getPayeeName()
void setPayeeID(java.lang.String id)
java.lang.String getPayeeID()
void setDaysToPay(int daysToPay)
int getDaysToPay()
void setPayeeIDScope(java.lang.String idScope)
java.lang.String getPayeeIDScope()