Sha256: 154976ff89b033eb5f3aa6ae98ff6bcd9c84b25af49a61df36e0e035aaf33f7f

Contents?: true

Size: 868 Bytes

Versions: 7

Compression:

Stored size: 868 Bytes

Contents

# GetAroundOwner::GetaroundPayout

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | The payout ID |  |
| **amount** | **Integer** | The amount of the payout, in cents (0.01€) |  |
| **currency** | **String** | The currency of the payout (ISO 4217 alphabetic code) |  |
| **completed_at** | **Time** | The ISO8601 formatted payout completion date |  |
| **entity_type** | **String** | The type of entity the payout is related to |  |
| **invoices** | [**Array<GetaroundPayoutInvoicesInner>**](GetaroundPayoutInvoicesInner.md) | An array of invoices paid by this payout | [optional] |

## Example

```ruby
require 'get_around_owner'

instance = GetAroundOwner::GetaroundPayout.new(
  id: null,
  amount: null,
  currency: null,
  completed_at: null,
  entity_type: null,
  invoices: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
get_around_owner-1.0.8 docs/GetaroundPayout.md
get_around_owner-1.0.7 docs/GetaroundPayout.md
get_around_owner-1.0.6 docs/GetaroundPayout.md
get_around_owner-1.0.5 docs/GetaroundPayout.md
get_around_owner-1.0.4 docs/GetaroundPayout.md
get_around_owner-1.0.3 docs/GetaroundPayout.md
get_around_owner-1.0.0 docs/GetaroundPayout.md