Sha256: 5de410f2b593fb1ef2c58ed278ac8ad8028779c84278671b6c68c11b20d7a0d3

Contents?: true

Size: 921 Bytes

Versions: 4

Compression:

Stored size: 921 Bytes

Contents

# SyncteraRubySdk::PaymentSchedule

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **description** | **String** | User provided description for the payment schedule |  |
| **id** | **String** | Payment schedule ID | [optional][readonly] |
| **metadata** | **Object** | User provided JSON format data | [optional] |
| **next_payment_date** | [**PaymentDate**](PaymentDate.md) |  | [optional] |
| **payment_instruction** | [**PaymentInstruction**](PaymentInstruction.md) |  |  |
| **schedule** | [**ScheduleConfig**](ScheduleConfig.md) |  |  |
| **status** | [**PaymentScheduleStatus**](PaymentScheduleStatus.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PaymentSchedule.new(
  description: null,
  id: null,
  metadata: null,
  next_payment_date: null,
  payment_instruction: null,
  schedule: null,
  status: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/PaymentSchedule.md
synctera_ruby_sdk-1.1.2 docs/PaymentSchedule.md
synctera_ruby_sdk-1.1.1 docs/PaymentSchedule.md
synctera_ruby_sdk-1.0.0 docs/PaymentSchedule.md