Sha256: b5ac0631a123bf17a8337b183ef1993cb008f4810e12f22ebe409a417f03fd77

Contents?: true

Size: 773 Bytes

Versions: 3

Compression:

Stored size: 773 Bytes

Contents

# VeloPayments::PayoutScheduleV3

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **schedule_status** | **String** | The 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** |  |  |

## Example

```ruby
require 'velopayments'

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

Version data entries

3 entries across 3 versions & 1 rubygems

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