Class PaymentRequestDestination
- java.lang.Object
-
- com.checkout.payments.previous.request.destination.PaymentRequestDestination
-
- Direct Known Subclasses:
PaymentRequestCardDestination,PaymentRequestIdDestination,PaymentRequestTokenDestination
public abstract class PaymentRequestDestination extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPaymentRequestDestination(PaymentDestinationType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)PaymentDestinationTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
PaymentRequestDestination
protected PaymentRequestDestination(PaymentDestinationType type)
-
-
Method Detail
-
getType
public PaymentDestinationType getType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-