Sha256: d4e3a8fdbce66c8b10ae3c47a9600cb22b4f2fdb466ee907c5c771df6ac5c93d

Contents?: true

Size: 798 Bytes

Versions: 4

Compression:

Stored size: 798 Bytes

Contents

# SyncteraRubySdk::BillingPeriod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **frequency** | **String** | The frequency of billing cycles. Along with the start date, this will determine the start and end of each cycle.  |  |
| **start_date** | **Time** | The first day of the first billing cycle for this account. For a monthly billing cycle, this would determine the day of the month each billing cycle will start on. Note that, although this is returned as a UTC timestamp, the date always corresponds to the bank's calendar, and therefore the time and timezone should be ignored.  |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::BillingPeriod.new(
  frequency: null,
  start_date: 2022-01-01T00:00Z
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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