public class EnrollmentCheckRequest extends AbstractRequest
EnrollmentCheckCommand| Modifier | Constructor and Description |
|---|---|
protected |
EnrollmentCheckRequest(String merchantTransactionCode,
BasicCardInfo card,
Currency currency,
BigDecimal totalAmount) |
|
EnrollmentCheckRequest(String merchantTransactionCode,
BasicCardInfo card,
Currency currency,
BigDecimal totalAmount,
String httpAccept,
String httpUserAgent) |
| Modifier and Type | Method and Description |
|---|---|
BasicCardInfo |
getCard() |
Currency |
getCurrency() |
String |
getHttpAccept() |
String |
getHttpUserAgent() |
BigDecimal |
getTotalAmount() |
void |
setHttpAccept(String httpAccept) |
void |
setHttpUserAgent(String httpUserAgent) |
getMerchantTransactionCodeprotected EnrollmentCheckRequest(String merchantTransactionCode, BasicCardInfo card, Currency currency, BigDecimal totalAmount)
merchantTransactionCode - card - currency - totalAmount - public EnrollmentCheckRequest(String merchantTransactionCode, BasicCardInfo card, Currency currency, BigDecimal totalAmount, String httpAccept, String httpUserAgent)
card - currency - totalAmount - public BasicCardInfo getCard()
public Currency getCurrency()
public BigDecimal getTotalAmount()
public String getHttpAccept()
public String getHttpUserAgent()
public void setHttpAccept(String httpAccept)
httpAccept - the httpAccept to setpublic void setHttpUserAgent(String httpUserAgent)
httpUserAgent - the httpUserAgent to setCopyright © 2017 SAP SE. All Rights Reserved.