Class PTwoFourSource
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
-
- com.checkout.handlepaymentsandpayouts.payments.common.source.ptwofoursource.PTwoFourSource
-
public final class PTwoFourSource extends AbstractSource
p24 source Class The source of the payment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPTwoFourSource.PTwoFourSourceBuilder
-
Field Summary
-
Fields inherited from class com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
type
-
-
Constructor Summary
Constructors Constructor Description PTwoFourSource()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PTwoFourSource.PTwoFourSourceBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetPTwoFourDescriptor()P24-generated payment descriptor, which contains the requested billing descriptor or the merchant's default descriptor (subject to truncation).inthashCode()voidsetPTwoFourDescriptor(java.lang.String pTwoFourDescriptor)P24-generated payment descriptor, which contains the requested billing descriptor or the merchant's default descriptor (subject to truncation).java.lang.StringtoString()-
Methods inherited from class com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
getType
-
-
-
-
Method Detail
-
builder
public static PTwoFourSource.PTwoFourSourceBuilder builder()
-
getPTwoFourDescriptor
public java.lang.String getPTwoFourDescriptor()
P24-generated payment descriptor, which contains the requested billing descriptor or the merchant's default descriptor (subject to truncation). [Optional]
-
setPTwoFourDescriptor
public void setPTwoFourDescriptor(java.lang.String pTwoFourDescriptor)
P24-generated payment descriptor, which contains the requested billing descriptor or the merchant's default descriptor (subject to truncation). [Optional]
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classAbstractSource
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classAbstractSource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractSource
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractSource
-
-