Sha256: 4c6670e67b233474270c6106953b15c5363eb150652d2f6c3afc3bd85a366727

Contents?: true

Size: 1.03 KB

Versions: 14

Compression:

Stored size: 1.03 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`). | 
**processing_fee_money** | [**Money**](Money.md) | The amount of Square processing fee money refunded to the *merchant*. | [optional] 


Version data entries

14 entries across 14 versions & 1 rubygems

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