-
public final class GAPaymentMethodDisplayInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final GAPaymentTypepaymentTypeprivate final StringpaymentMethodDisplayName
-
Constructor Summary
Constructors Constructor Description GAPaymentMethodDisplayInfo(GAPaymentType paymentType, String paymentMethodDisplayName)
-
Method Summary
Modifier and Type Method Description final GAPaymentTypecomponent1()final Stringcomponent2()final GAPaymentMethodDisplayInfocopy(GAPaymentType paymentType, String paymentMethodDisplayName)final GAPaymentTypegetPaymentType()final StringgetPaymentMethodDisplayName()-
-
Constructor Detail
-
GAPaymentMethodDisplayInfo
GAPaymentMethodDisplayInfo(GAPaymentType paymentType, String paymentMethodDisplayName)
-
-
Method Detail
-
component1
final GAPaymentType component1()
-
component2
final String component2()
-
copy
final GAPaymentMethodDisplayInfo copy(GAPaymentType paymentType, String paymentMethodDisplayName)
-
getPaymentType
final GAPaymentType getPaymentType()
-
getPaymentMethodDisplayName
final String getPaymentMethodDisplayName()
-
-
-
-