Sha256: c062db34789f24919398142b06754eaa084d76dec0e066db833752bcbdc68bea

Contents?: true

Size: 961 Bytes

Versions: 3

Compression:

Stored size: 961 Bytes

Contents

# VeloPayments::PayoutSchedule

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **schedule_status** | **String** | Current status of the payout schedule. One of the following values: SCHEDULED, EXECUTED, FAILED |  |
| **scheduled_at** | **Time** |  |  |
| **scheduled_for** | **Time** |  |  |
| **scheduled_by_principal_id** | **String** | ID of the user or application that scheduled the payout |  |
| **notifications_enabled** | **Boolean** |  |  |
| **scheduled_by** | **String** | Optional display name as a hint for who scheduled the payout. Not populated if payout was scheduled by an application. | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PayoutSchedule.new(
  schedule_status: SCHEDULED,
  scheduled_at: null,
  scheduled_for: null,
  scheduled_by_principal_id: 8946953b-1e3b-49cf-9da4-b704cbb78f3e,
  notifications_enabled: null,
  scheduled_by: Aphra Behn
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/PayoutSchedule.md
velopayments-2.35.58 docs/PayoutSchedule.md
velopayments-2.35.58.beta1 docs/PayoutSchedule.md