Sha256: d99507f34354fffaf14a94fa34dbe86c1b034f1d7921d8d28cffe1efe292d54c

Contents?: true

Size: 1.33 KB

Versions: 10

Compression:

Stored size: 1.33 KB

Contents

# SquareConnect::V1Refund

### Description

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of refund  | [optional] 
**reason** | **String** | The merchant-specified reason for the refund. | [optional] 
**refunded_money** | [**V1Money**](V1Money.md) | The amount of money refunded. This amount is always negative. | [optional] 
**created_at** | **String** | The time when the merchant initiated the refund for Square to process, in ISO 8601 format. | [optional] 
**processed_at** | **String** | The time when Square processed the refund on behalf of the merchant, in ISO 8601 format. | [optional] 
**payment_id** | **String** | A Square-issued ID associated with the refund. For single-tender refunds, payment_id is the ID of the original payment ID. For split-tender refunds, payment_id is the ID of the original tender. For exchange-based refunds (is_exchange == true), payment_id is the ID of the original payment ID even if the payment includes other tenders. | [optional] 
**merchant_id** | **String** |  | [optional] 
**is_exchange** | **BOOLEAN** | Indicates whether or not the refund is associated with an exchange. If is_exchange is true, the refund reflects the value of goods returned in the exchange not the total money refunded. | [optional] 


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
square_connect-2.20180918.1.251 docs/V1Refund.md
square_connect-2.20180918.0.244 docs/V1Refund.md
square_connect-2.20180712.2.237 docs/V1Refund.md
square_connect-2.20180712.1.234 docs/V1Refund.md
square_connect-2.20180712.1.228 docs/V1Refund.md
square_connect-2.20180712.0.224 docs/V1Refund.md
square_connect-2.9.0.220 docs/V1Refund.md
square_connect-2.8.0.215 docs/V1Refund.md
square_connect-2.8.0.208 docs/V1Refund.md
square_connect-2.7.0.202 docs/V1Refund.md