Class MultibancoSource
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
-
- com.checkout.handlepaymentsandpayouts.payments.common.source.multibancosource.MultibancoSource
-
public final class MultibancoSource extends AbstractSource
multibanco source Class The source of the payment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMultibancoSource.MultibancoSourceBuilder
-
Field Summary
-
Fields inherited from class com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
type
-
-
Constructor Summary
Constructors Constructor Description MultibancoSource()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MultibancoSource.MultibancoSourceBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetPaymentReference()Multibanco payment reference [Optional]java.lang.StringgetServiceSupplierId()The identifier of a supplier charging for its service or product [Optional]inthashCode()voidsetPaymentReference(java.lang.String paymentReference)Multibanco payment reference [Optional]voidsetServiceSupplierId(java.lang.String serviceSupplierId)The identifier of a supplier charging for its service or product [Optional]java.lang.StringtoString()-
Methods inherited from class com.checkout.handlepaymentsandpayouts.payments.common.source.AbstractSource
getType
-
-
-
-
Method Detail
-
builder
public static MultibancoSource.MultibancoSourceBuilder builder()
-
getPaymentReference
public java.lang.String getPaymentReference()
Multibanco payment reference [Optional]
-
getServiceSupplierId
public java.lang.String getServiceSupplierId()
The identifier of a supplier charging for its service or product [Optional]
-
setPaymentReference
public void setPaymentReference(java.lang.String paymentReference)
Multibanco payment reference [Optional]
-
setServiceSupplierId
public void setServiceSupplierId(java.lang.String serviceSupplierId)
The identifier of a supplier charging for its service or product [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
-
-