Class PaymentMethods
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.setups.entities.paymentMethods.PaymentMethods
-
public class PaymentMethods extends java.lang.ObjectPayment methods configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentMethods.PaymentMethodsBuilder
-
Constructor Summary
Constructors Constructor Description PaymentMethods()PaymentMethods(Klarna klarna, Stcpay stcpay, Tabby tabby, Bizum bizum)Creates a newPaymentMethodsinstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentMethods.PaymentMethodsBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)BizumgetBizum()Bizum payment method configurationKlarnagetKlarna()Klarna payment method configurationStcpaygetStcpay()STC Pay payment method configurationTabbygetTabby()Tabby payment method configurationinthashCode()voidsetBizum(Bizum bizum)Bizum payment method configurationvoidsetKlarna(Klarna klarna)Klarna payment method configurationvoidsetStcpay(Stcpay stcpay)STC Pay payment method configurationvoidsetTabby(Tabby tabby)Tabby payment method configurationjava.lang.StringtoString()
-
-
-
Constructor Detail
-
PaymentMethods
public PaymentMethods()
-
PaymentMethods
public PaymentMethods(Klarna klarna, Stcpay stcpay, Tabby tabby, Bizum bizum)
Creates a newPaymentMethodsinstance.- Parameters:
klarna- Klarna payment method configurationstcpay- STC Pay payment method configurationtabby- Tabby payment method configurationbizum- Bizum payment method configuration
-
-
Method Detail
-
builder
public static PaymentMethods.PaymentMethodsBuilder builder()
-
getKlarna
public Klarna getKlarna()
Klarna payment method configuration
-
getStcpay
public Stcpay getStcpay()
STC Pay payment method configuration
-
getTabby
public Tabby getTabby()
Tabby payment method configuration
-
getBizum
public Bizum getBizum()
Bizum payment method configuration
-
setKlarna
public void setKlarna(Klarna klarna)
Klarna payment method configuration
-
setStcpay
public void setStcpay(Stcpay stcpay)
STC Pay payment method configuration
-
setTabby
public void setTabby(Tabby tabby)
Tabby payment method configuration
-
setBizum
public void setBizum(Bizum bizum)
Bizum payment method configuration
-
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
-
-