CloverConnector  4.0.5
Copyright (C) 2018 Clover Network, Inc.
com.clover.sdk.v3.merchant.TipSuggestion Class Reference

Properties

string id = Guid.NewGuid().ToString("N") [get, set]
 Id can be anything, but best case is a java-uuid friendly Guid string. More...
 
string name [get, set]
 Tip button title to display to user More...
 
long percentage [get, set]
 Tip percentage for this tip suggestion button More...
 
bool isEnabled = true [get, set]
 isEnabled is currently ignored in the context of remote-pay, but setting to true will avoid future surprises if that changes. More...
 

Detailed Description

Definition at line 9 of file TipSuggestion.cs.

Property Documentation

◆ id

string com.clover.sdk.v3.merchant.TipSuggestion.id = Guid.NewGuid().ToString("N")
getset

Id can be anything, but best case is a java-uuid friendly Guid string.

Definition at line 14 of file TipSuggestion.cs.

◆ isEnabled

bool com.clover.sdk.v3.merchant.TipSuggestion.isEnabled = true
getset

isEnabled is currently ignored in the context of remote-pay, but setting to true will avoid future surprises if that changes.

Definition at line 29 of file TipSuggestion.cs.

◆ name

string com.clover.sdk.v3.merchant.TipSuggestion.name
getset

Tip button title to display to user

Definition at line 19 of file TipSuggestion.cs.

◆ percentage

long com.clover.sdk.v3.merchant.TipSuggestion.percentage
getset

Tip percentage for this tip suggestion button

Definition at line 24 of file TipSuggestion.cs.


The documentation for this class was generated from the following file: