Class FawrySource
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
-
- com.checkout.handlepaymentsandpayouts.payments.common.source.fawrysource.FawrySource
-
public final class FawrySource extends AbstractSource
fawry source Class The source of the payment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFawrySource.FawrySourceBuilder
-
Field Summary
-
Fields inherited from class com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
type
-
-
Constructor Summary
Constructors Constructor Description FawrySource()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FawrySource.FawrySourceBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetDescription()Payment description [Required] <= 65534java.lang.StringgetReferenceNumber()The customer pays using this number at Fawry's outlets [Optional]inthashCode()voidsetDescription(java.lang.String description)Payment description [Required] <= 65534voidsetReferenceNumber(java.lang.String referenceNumber)The customer pays using this number at Fawry's outlets [Optional]java.lang.StringtoString()-
Methods inherited from class com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
getType
-
-
-
-
Method Detail
-
builder
public static FawrySource.FawrySourceBuilder builder()
-
getDescription
public java.lang.String getDescription()
Payment description [Required] <= 65534
-
getReferenceNumber
public java.lang.String getReferenceNumber()
The customer pays using this number at Fawry's outlets [Optional]
-
setDescription
public void setDescription(java.lang.String description)
Payment description [Required] <= 65534
-
setReferenceNumber
public void setReferenceNumber(java.lang.String referenceNumber)
The customer pays using this number at Fawry's outlets [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
-
-