public class CardAuthorizationRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardAuthorizationRequest.CardAuthorizationRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CardAuthorizationRequest.CardAuthorizationRequestBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CardSimulation |
getCard() |
TransactionSimulation |
getTransaction() |
int |
hashCode() |
void |
setCard(CardSimulation card) |
void |
setTransaction(TransactionSimulation transaction) |
java.lang.String |
toString() |
public static CardAuthorizationRequest.CardAuthorizationRequestBuilder builder()
public CardSimulation getCard()
public TransactionSimulation getTransaction()
public void setCard(CardSimulation card)
public void setTransaction(TransactionSimulation transaction)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object