Class PhysicalCardDetailsResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.issuing.cards.responses.CardDetailsResponse
-
- com.checkout.issuing.cards.responses.PhysicalCardDetailsResponse
-
public class PhysicalCardDetailsResponse extends CardDetailsResponse
-
-
Field Summary
-
Fields inherited from class com.checkout.issuing.cards.responses.CardDetailsResponse
billingCurrency, cardholderId, cardProductId, clientId, createdDate, displayName, expiryMonth, expiryYear, id, issuingCountry, lastFour, lastModifiedDate, reference, status, type
-
-
Constructor Summary
Constructors Constructor Description PhysicalCardDetailsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class com.checkout.issuing.cards.responses.CardDetailsResponse
getBillingCurrency, getCardholderId, getCardProductId, getClientId, getCreatedDate, getDisplayName, getExpiryMonth, getExpiryYear, getId, getIssuingCountry, getLastFour, getLastModifiedDate, getReference, getStatus, getType, setBillingCurrency, setCardholderId, setCardProductId, setClientId, setCreatedDate, setDisplayName, setExpiryMonth, setExpiryYear, setId, setIssuingCountry, setLastFour, setLastModifiedDate, setReference, setStatus
-
Methods inherited from class com.checkout.common.Resource
getLink, getLinks, getSelfLink, setLinks
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classCardDetailsResponse
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classCardDetailsResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCardDetailsResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCardDetailsResponse
-
-