Sha256: 9f33eb858eb1d8f54628d99b434a09bb56dadc88117c3f142e1c6e3e131099cc
Contents?: true
Size: 538 Bytes
Versions: 3
Compression:
Stored size: 538 Bytes
Contents
# VeloPayments::SchedulePayoutRequestV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **scheduled_for** | **Time** | UTC timestamp for instructing the payout. Format is ISO-8601. | | | **notifications_enabled** | **Boolean** | Flag to indicate whether to receive notifications when scheduled payout is processed | | ## Example ```ruby require 'velopayments' instance = VeloPayments::SchedulePayoutRequestV3.new( scheduled_for: 2025-01-01T10:00Z, notifications_enabled: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/SchedulePayoutRequestV3.md |
velopayments-2.35.58 | docs/SchedulePayoutRequestV3.md |
velopayments-2.35.58.beta1 | docs/SchedulePayoutRequestV3.md |