Class TransactionSimulation
- java.lang.Object
-
- com.checkout.issuing.testing.requests.TransactionSimulation
-
public class TransactionSimulation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransactionSimulation.TransactionSimulationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransactionSimulation.TransactionSimulationBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.IntegergetAmount()CurrencygetCurrency()TransactionMerchantgetMerchant()TransactionAuthorizationTypegetTransaction()TransactionTypegetType()inthashCode()voidsetAmount(java.lang.Integer amount)voidsetCurrency(Currency currency)voidsetMerchant(TransactionMerchant merchant)voidsetTransaction(TransactionAuthorizationType transaction)voidsetType(TransactionType type)java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static TransactionSimulation.TransactionSimulationBuilder builder()
-
getType
public TransactionType getType()
-
getAmount
public java.lang.Integer getAmount()
-
getCurrency
public Currency getCurrency()
-
getMerchant
public TransactionMerchant getMerchant()
-
getTransaction
public TransactionAuthorizationType getTransaction()
-
setType
public void setType(TransactionType type)
-
setAmount
public void setAmount(java.lang.Integer amount)
-
setCurrency
public void setCurrency(Currency currency)
-
setMerchant
public void setMerchant(TransactionMerchant merchant)
-
setTransaction
public void setTransaction(TransactionAuthorizationType transaction)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-