public class PaymentSummary extends Object implements Serializable
| Constructor and Description |
|---|
PaymentSummary()
Instantiates a new payment summary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPriceLabel(PriceLabel priceLabel)
Adds the price label.
|
void |
addRequestedUserInfo(RequestedUserInfo requestedUserInfo)
Adds the requested user info.
|
boolean |
equals(Object obj) |
String |
getCurrency()
Gets the currency.
|
String |
getMerchantName()
Gets the merchant name.
|
PaymentType |
getPaymentType()
Gets the payment type.
|
List<PriceLabel> |
getPriceList()
Gets the price list.
|
List<RequestedUserInfo> |
getRequestedUserInfo()
Gets the requested user info.
|
int |
hashCode() |
boolean |
isTestPayment()
Checks if is test payment.
|
void |
setCurrency(String currency)
Sets the currency.
|
void |
setMerchantName(String merchantName)
Sets the merchant name.
|
void |
setPaymentType(PaymentType paymentType)
Sets the payment type.
|
void |
setPriceList(List<PriceLabel> priceList)
Sets the price list.
|
void |
setRequestedUserInfo(List<RequestedUserInfo> requestedUserInfo)
Sets the requested user info.
|
void |
setTestPayment(boolean isTestPayment)
Sets the test payment.
|
String |
toString() |
public String getCurrency()
public void setCurrency(String currency)
currency - the new currencypublic boolean isTestPayment()
public void setTestPayment(boolean isTestPayment)
isTestPayment - the new test paymentpublic PaymentType getPaymentType()
public void setPaymentType(PaymentType paymentType)
paymentType - the new payment typepublic String getMerchantName()
public void setMerchantName(String merchantName)
merchantName - the new merchant namepublic List<PriceLabel> getPriceList()
public void setPriceList(List<PriceLabel> priceList)
priceList - the new price listpublic void addPriceLabel(PriceLabel priceLabel)
priceLabel - the price labelpublic List<RequestedUserInfo> getRequestedUserInfo()
public void setRequestedUserInfo(List<RequestedUserInfo> requestedUserInfo)
requestedUserInfo - the new requested user infopublic void addRequestedUserInfo(RequestedUserInfo requestedUserInfo)
requestedUserInfo - the requested user info to addCopyright © 2017 BotMill. All rights reserved.