public class PhysicalCardRequest extends CardRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
PhysicalCardRequest.PhysicalCardRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalCardRequest.PhysicalCardRequestBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
ShippingInstruction |
getShippingInstructions() |
int |
hashCode() |
void |
setShippingInstructions(ShippingInstruction shippingInstructions) |
java.lang.String |
toString() |
getActivateCard, getCardholderId, getCardProductId, getDisplayName, getLifetime, getReference, getType, setActivateCard, setCardholderId, setCardProductId, setDisplayName, setLifetime, setReferencepublic static PhysicalCardRequest.PhysicalCardRequestBuilder builder()
public ShippingInstruction getShippingInstructions()
public void setShippingInstructions(ShippingInstruction shippingInstructions)
public boolean equals(java.lang.Object o)
equals in class CardRequestprotected boolean canEqual(java.lang.Object other)
canEqual in class CardRequestpublic int hashCode()
hashCode in class CardRequestpublic java.lang.String toString()
toString in class CardRequest