Package com.checkout.payments
Class PaymentMethodConfiguration
- java.lang.Object
-
- com.checkout.payments.PaymentMethodConfiguration
-
public final class PaymentMethodConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentMethodConfiguration.PaymentMethodConfigurationBuilder
-
Constructor Summary
Constructors Constructor Description PaymentMethodConfiguration()PaymentMethodConfiguration(Applepay applepay, Card card, Googlepay googlepay)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentMethodConfiguration.PaymentMethodConfigurationBuilderbuilder()booleanequals(java.lang.Object o)ApplepaygetApplepay()CardgetCard()GooglepaygetGooglepay()inthashCode()voidsetApplepay(Applepay applepay)voidsetCard(Card card)voidsetGooglepay(Googlepay googlepay)java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static PaymentMethodConfiguration.PaymentMethodConfigurationBuilder builder()
-
getApplepay
public Applepay getApplepay()
-
getCard
public Card getCard()
-
getGooglepay
public Googlepay getGooglepay()
-
setApplepay
public void setApplepay(Applepay applepay)
-
setCard
public void setCard(Card card)
-
setGooglepay
public void setGooglepay(Googlepay googlepay)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-