public final class PayButtonUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T extends AppCompatActivity & CheckoutSessionProvider> |
setPayButtonText(T checkoutSessionActivity,
PaymentMethod paymentMethod,
TextView payButton,
TextView surchargeTextView) |
static <T extends Fragment & CheckoutSessionProvider> |
setPayButtonText(T checkoutSessionFragment,
PaymentMethod paymentMethod,
TextView payButton,
TextView surchargeTextView) |
public static <T extends AppCompatActivity & CheckoutSessionProvider> void setPayButtonText(T checkoutSessionActivity, PaymentMethod paymentMethod, TextView payButton, TextView surchargeTextView)
public static <T extends Fragment & CheckoutSessionProvider> void setPayButtonText(T checkoutSessionFragment, PaymentMethod paymentMethod, TextView payButton, TextView surchargeTextView)