Sha256: 44d8e03d58de89090d3c155abf54a2da63c46b1081a369b7109eaa43922e7b9b

Contents?: true

Size: 1.66 KB

Versions: 14

Compression:

Stored size: 1.66 KB

Contents

# SquareConnect::Tender

### Description

Represents a tender (i.e., a method of payment) used in a Square transaction.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The tender's unique ID. | [optional] 
**location_id** | **String** | The ID of the transaction's associated location. | [optional] 
**transaction_id** | **String** | The ID of the tender's associated transaction. | [optional] 
**created_at** | **String** | The time when the tender was created, in RFC 3339 format. | [optional] 
**note** | **String** | An optional note associated with the tender at the time of payment. | [optional] 
**amount_money** | [**Money**](Money.md) | The amount of the tender. | [optional] 
**processing_fee_money** | [**Money**](Money.md) | The amount of any Square processing fees applied to the tender.  This field is not immediately populated when a new transaction is created. It is usually available after about ten seconds. | [optional] 
**customer_id** | **String** | If the tender is associated with a customer or represents a customer's card on file, this is the ID of the associated customer. | [optional] 
**type** | **String** | The type of tender, such as `CARD` or `CASH`. | 
**card_details** | [**TenderCardDetails**](TenderCardDetails.md) | The details of the card tender.  This value is present only if the value of `type` is `CARD`. | [optional] 
**cash_details** | [**TenderCashDetails**](TenderCashDetails.md) | The details of the cash tender.  This value is present only if the value of `type` is `CASH`. | [optional] 


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
square_connect-2.4.0.175 docs/Tender.md
square_connect-2.4.0.170 docs/Tender.md
square_connect-2.3.1.161 docs/Tender.md
square_connect-2.3.0.154 docs/Tender.md
square_connect-2.3.0.153 docs/Tender.md
square_connect-2.2.1.145 docs/Tender.md
square_connect-2.2.0.110 docs/Tender.md
square_connect-2.1.1.106 docs/Tender.md
square_connect-2.1.1.99 docs/Tender.md
square_connect-2.1.0.78 docs/Tender.md
square_connect-2.0.2.69 docs/Tender.md
square_connect-2.1.0.beta docs/Tender.md
square_connect-2.0.2.30 docs/Tender.md
square_connect-2.0.2.13 docs/Tender.md