public static class CapturePreAuthRequestIntentBuilder.TipOptions extends Object
Modifier and Type | Method and Description |
---|---|
static CapturePreAuthRequestIntentBuilder.TipOptions |
Disable()
No tip will be taken and tipAmount will default to 0.
|
static CapturePreAuthRequestIntentBuilder.TipOptions |
PromptCustomer(Long baseAmount,
List<TipSuggestion> tipSuggestions)
Customers will be prompted to tip.
|
static CapturePreAuthRequestIntentBuilder.TipOptions |
Provided(long tipAmount)
Tips will be provided by Integrator.
|
public static CapturePreAuthRequestIntentBuilder.TipOptions Disable()
public static CapturePreAuthRequestIntentBuilder.TipOptions Provided(long tipAmount)
public static CapturePreAuthRequestIntentBuilder.TipOptions PromptCustomer(Long baseAmount, List<TipSuggestion> tipSuggestions)