public final class Card
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Card.CardBuilder |
| Constructor and Description |
|---|
Card() |
Card(StorePaymentDetailsType storePaymentDetails) |
| Modifier and Type | Method and Description |
|---|---|
static Card.CardBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
StorePaymentDetailsType |
getStorePaymentDetails() |
int |
hashCode() |
void |
setStorePaymentDetails(StorePaymentDetailsType storePaymentDetails) |
java.lang.String |
toString() |
public Card()
public Card(StorePaymentDetailsType storePaymentDetails)
public static Card.CardBuilder builder()
public StorePaymentDetailsType getStorePaymentDetails()
public void setStorePaymentDetails(StorePaymentDetailsType storePaymentDetails)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object