Sha256: e7396fc31c546cd4a0b45cfaa865903afc18bc86a1ba9b0d6ae9eb69d59e290d
Contents?: true
Size: 422 Bytes
Versions: 4
Compression:
Stored size: 422 Bytes
Contents
# SyncteraRubySdk::PaymentDate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **execution_date** | **Date** | Execution date for the next payment | | | **scheduled_date** | **Date** | Scheduled date for the next payment | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::PaymentDate.new( execution_date: null, scheduled_date: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/PaymentDate.md |
synctera_ruby_sdk-1.1.2 | docs/PaymentDate.md |
synctera_ruby_sdk-1.1.1 | docs/PaymentDate.md |
synctera_ruby_sdk-1.0.0 | docs/PaymentDate.md |