-
public final class GAActionProvidedPaymentOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final GaPaymentTypepaymentTypeprivate final StringdisplayName
-
Constructor Summary
Constructors Constructor Description GAActionProvidedPaymentOptions(GaPaymentType paymentType, String displayName)
-
Method Summary
Modifier and Type Method Description final GaPaymentTypecomponent1()final Stringcomponent2()final GAActionProvidedPaymentOptionscopy(GaPaymentType paymentType, String displayName)final GaPaymentTypegetPaymentType()final StringgetDisplayName()-
-
Constructor Detail
-
GAActionProvidedPaymentOptions
GAActionProvidedPaymentOptions(GaPaymentType paymentType, String displayName)
-
-
Method Detail
-
component1
final GaPaymentType component1()
-
component2
final String component2()
-
copy
final GAActionProvidedPaymentOptions copy(GaPaymentType paymentType, String displayName)
-
getPaymentType
final GaPaymentType getPaymentType()
-
getDisplayName
final String getDisplayName()
-
-
-
-