Class AbstractSource
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
-
- Direct Known Subclasses:
AfterpaySource,AlipayCnSource,AlipayHkSource,AlipayPlusSource,AlmaSource,BancontactSource,BenefitSource,CardSource,CurrencyAccountSource,CvconnectSource,DanaSource,EpsSource,FawrySource,GcashSource,IdealSource,IllicadoSource,KakaopaySource,KlarnaSource,KnetSource,MbwaySource,MobilepaySource,MultibancoSource,OctopusSource,PaymentGetResponseGiropaySourceSource,PaymentGetResponseKlarnaSourceSource,PaymentGetResponseSEPAVFourSourceSource,PaymentResponseSourceSource,PaynowSource,PaypalSource,PostfinanceSource,PTwoFourSource,QpaySource,SepaSource,SequraSource,StcpaySource,TamaraSource,TngSource,TruemoneySource,TwintSource,VippsSource,WechatpaySource
public abstract class AbstractSource extends java.lang.ObjectAbstract source Class The source of the payment
-
-
Field Summary
Fields Modifier and Type Field Description protected SourceTypetype
-
Constructor Summary
Constructors Constructor Description AbstractSource(SourceType 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)SourceTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
type
protected final SourceType type
-
-
Constructor Detail
-
AbstractSource
public AbstractSource(SourceType type)
-
-
Method Detail
-
getType
public SourceType 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
-
-