Sha256: d9150bcfceb422545cc5da7cf59504a4915a49e9dea977bd9bf131922d433f41
Contents?: true
Size: 1.07 KB
Versions: 32
Compression:
Stored size: 1.07 KB
Contents
# SquareConnect::AdditionalRecipientReceivableRefund ### Description A refund of an [AdditionalRecipientReceivable](#type-additionalrecipientreceivable). This includes the ID of the additional recipient receivable associated to this object, as well as a reference to the [Refund](#type-refund) that created this receivable refund. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The receivable refund's unique ID, issued by Square payments servers. | **receivable_id** | **String** | The ID of the receivable that the refund was applied to. | **refund_id** | **String** | The ID of the refund that is associated to this receivable refund. | **transaction_location_id** | **String** | The ID of the location that created the receivable. This is the location ID on the associated transaction. | **amount_money** | [**Money**](Money.md) | The amount of the refund. This will always be non-negative. | **created_at** | **String** | The time when the refund was created, in RFC 3339 format. | [optional]
Version data entries
32 entries across 32 versions & 1 rubygems