public class CostEstimateResponse extends Object
| Constructor and Description |
|---|
CostEstimateResponse() |
| Modifier and Type | Method and Description |
|---|---|
CostEstimateResponse |
cardBin(CardBin cardBin) |
CostEstimateResponse |
costEstimateAmount(Amount costEstimateAmount) |
boolean |
equals(Object o) |
CardBin |
getCardBin()
Get cardBin
|
Amount |
getCostEstimateAmount()
Get costEstimateAmount
|
String |
getResultCode()
The result of the cost estimation.
|
String |
getSurchargeType()
Indicates the way the charges can be passed on to the cardholder.
|
int |
hashCode() |
CostEstimateResponse |
resultCode(String resultCode) |
void |
setCardBin(CardBin cardBin) |
void |
setCostEstimateAmount(Amount costEstimateAmount) |
void |
setResultCode(String resultCode) |
void |
setSurchargeType(String surchargeType) |
CostEstimateResponse |
surchargeType(String surchargeType) |
String |
toString() |
public CostEstimateResponse cardBin(CardBin cardBin)
public CardBin getCardBin()
public void setCardBin(CardBin cardBin)
public CostEstimateResponse costEstimateAmount(Amount costEstimateAmount)
public Amount getCostEstimateAmount()
public void setCostEstimateAmount(Amount costEstimateAmount)
public CostEstimateResponse resultCode(String resultCode)
public String getResultCode()
public void setResultCode(String resultCode)
public CostEstimateResponse surchargeType(String surchargeType)
public String getSurchargeType()
public void setSurchargeType(String surchargeType)
Copyright © 2022. All rights reserved.