new Tender()
- Source:
 
Methods
(static) Tender#getEditable() → {Boolean}
    Get the field value
If this merchant tender is editable
- Source:
 
Returns:
- Type
 - Boolean
 
(static) Tender#getEnabled() → {Boolean}
    Get the field value
If this merchant tender is enabled
- Source:
 
Returns:
- Type
 - Boolean
 
(static) Tender#getId() → {String}
    Get the field value
Unique identifier
- Source:
 
Returns:
- Type
 - String
 
(static) Tender#getInstructions() → {String}
    Get the field value
Label Key
- Source:
 
Returns:
- Type
 - String
 
(static) Tender#getLabel() → {String}
    Get the field value
Label Key
- Source:
 
Returns:
- Type
 - String
 
(static) Tender#getLabelKey() → {String}
    Get the field value
Label Key
- Source:
 
Returns:
- Type
 - String
 
(static) Tender#getOpensCashDrawer() → {Boolean}
    Get the field value
If this tender opens the cash drawer
- Source:
 
Returns:
- Type
 - Boolean
 
(static) Tender#getSupportsTipping() → {Boolean}
    Get the field value
Allow tipping on payment from tender
- Source:
 
Returns:
- Type
 - Boolean
 
(static) Tender#getVisible() → {Boolean}
    Get the field value
If this merchant tender is visible
- Source:
 
Returns:
- Type
 - Boolean
 
(static) Tender#setEditable(editable)
    Set the field value
If this merchant tender is editable
    Parameters:
| Name | Type | Description | 
|---|---|---|
editable | 
            
            Boolean | 
- Source:
 
(static) Tender#setEnabled(enabled)
    Set the field value
If this merchant tender is enabled
    Parameters:
| Name | Type | Description | 
|---|---|---|
enabled | 
            
            Boolean | 
- Source:
 
(static) Tender#setId(id)
    Set the field value
Unique identifier
    Parameters:
| Name | Type | Description | 
|---|---|---|
id | 
            
            String | 
- Source:
 
(static) Tender#setInstructions(instructions)
    Set the field value
Label Key
    Parameters:
| Name | Type | Description | 
|---|---|---|
instructions | 
            
            String | 
- Source:
 
(static) Tender#setLabel(label)
    Set the field value
Label Key
    Parameters:
| Name | Type | Description | 
|---|---|---|
label | 
            
            String | 
- Source:
 
(static) Tender#setLabelKey(labelKey)
    Set the field value
Label Key
    Parameters:
| Name | Type | Description | 
|---|---|---|
labelKey | 
            
            String | 
- Source:
 
(static) Tender#setOpensCashDrawer(opensCashDrawer)
    Set the field value
If this tender opens the cash drawer
    Parameters:
| Name | Type | Description | 
|---|---|---|
opensCashDrawer | 
            
            Boolean | 
- Source:
 
(static) Tender#setSupportsTipping(supportsTipping)
    Set the field value
Allow tipping on payment from tender
    Parameters:
| Name | Type | Description | 
|---|---|---|
supportsTipping | 
            
            Boolean | 
- Source:
 
(static) Tender#setVisible(visible)
    Set the field value
If this merchant tender is visible
    Parameters:
| Name | Type | Description | 
|---|---|---|
visible | 
            
            Boolean | 
- Source: