Sha256: 77bf4c83e01806d96532c278af4ea8f93cfbf00b6dfc9d2cdbef1434494c134b

Contents?: true

Size: 1.36 KB

Versions: 12

Compression:

Stored size: 1.36 KB

Contents

# SquareConnect::Refund

### Description

Represents a refund processed for a Square transaction.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The refund's unique ID. | 
**location_id** | **String** | The ID of the refund's associated location. | 
**transaction_id** | **String** | The ID of the transaction that the refunded tender is part of. | 
**tender_id** | **String** | The ID of the refunded tender. | 
**created_at** | **String** | The time when the refund was created, in RFC 3339 format. | [optional] 
**reason** | **String** | The reason for the refund being issued. | 
**amount_money** | [**Money**](Money.md) | The amount of money refunded to the buyer. | 
**status** | **String** | The current status of the refund (`PENDING`, `APPROVED`, `REJECTED`, or `FAILED`). See [RefundStatus](#type-refundstatus) for possible values | 
**processing_fee_money** | [**Money**](Money.md) | The amount of Square processing fee money refunded to the *merchant*. | [optional] 
**additional_recipients** | [**Array<AdditionalRecipient>**](AdditionalRecipient.md) | Additional recipients (other than the merchant) receiving a portion of this refund. For example, fees assessed on a refund of a purchase by a third party integration. | [optional] 


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 docs/Refund.md
square_connect-2.20190724.0.331 docs/Refund.md
square_connect-2.20190724.0.330 docs/Refund.md
square_connect-2.20190724.0.325 docs/Refund.md
square_connect-2.20190710.0.321 docs/Refund.md
square_connect-2.20190612.1.314 docs/Refund.md
square_connect-2.20190612.0.311 docs/Refund.md
square_connect-2.20190612.0.309 docs/Refund.md
square_connect-2.20190508.0.304 docs/Refund.md
square_connect-2.20190410.1.300 docs/Refund.md
square_connect-2.20190410.0.296 docs/Refund.md
square_connect-2.20190327.1.292 docs/Refund.md