-
public final class PrimerPaymentMethodAsset
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpaymentMethodTypeprivate final PrimerPaymentMethodLogopaymentMethodLogoprivate final PrimerPaymentMethodBackgroundColorpaymentMethodBackgroundColor
-
Constructor Summary
Constructors Constructor Description PrimerPaymentMethodAsset(String paymentMethodType, PrimerPaymentMethodLogo paymentMethodLogo, PrimerPaymentMethodBackgroundColor paymentMethodBackgroundColor)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentMethodType()final PrimerPaymentMethodLogogetPaymentMethodLogo()final PrimerPaymentMethodBackgroundColorgetPaymentMethodBackgroundColor()-
-
Constructor Detail
-
PrimerPaymentMethodAsset
PrimerPaymentMethodAsset(String paymentMethodType, PrimerPaymentMethodLogo paymentMethodLogo, PrimerPaymentMethodBackgroundColor paymentMethodBackgroundColor)
-
-
Method Detail
-
getPaymentMethodType
final String getPaymentMethodType()
-
getPaymentMethodLogo
final PrimerPaymentMethodLogo getPaymentMethodLogo()
-
getPaymentMethodBackgroundColor
final PrimerPaymentMethodBackgroundColor getPaymentMethodBackgroundColor()
-
-
-
-