Class VirtualCardDetailsResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.issuing.cards.responses.CardDetailsResponse
-
- com.checkout.issuing.cards.responses.VirtualCardDetailsResponse
-
public class VirtualCardDetailsResponse 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 VirtualCardDetailsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetIsSingleUse()inthashCode()voidsetIsSingleUse(java.lang.Boolean isSingleUse)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
-
getIsSingleUse
public java.lang.Boolean getIsSingleUse()
-
setIsSingleUse
public void setIsSingleUse(java.lang.Boolean isSingleUse)
-
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
-
-