public class BankingProductAdditionalInformation extends Object
| Constructor and Description |
|---|
BankingProductAdditionalInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBundleUri()
Description of a bundle that this product can be part of
|
String |
getEligibilityUri()
Eligibility rules and criteria for the product
|
String |
getFeesAndPricingUri()
Description of fees, pricing, discounts, exemptions and bonuses for the product
|
String |
getOverviewUri()
General overview of the product
|
String |
getTermsUri()
Terms and conditions for the product
|
int |
hashCode() |
void |
setBundleUri(String bundleUri) |
void |
setEligibilityUri(String eligibilityUri) |
void |
setFeesAndPricingUri(String feesAndPricingUri) |
void |
setOverviewUri(String overviewUri) |
void |
setTermsUri(String termsUri) |
String |
toString() |
public String getEligibilityUri()
public void setEligibilityUri(String eligibilityUri)
public String getBundleUri()
public void setBundleUri(String bundleUri)
public String getFeesAndPricingUri()
public void setFeesAndPricingUri(String feesAndPricingUri)
public String getTermsUri()
public void setTermsUri(String termsUri)
public String getOverviewUri()
public void setOverviewUri(String overviewUri)
Copyright © 2019. All rights reserved.