Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 898 Bytes

PaymentSchedule.md

File metadata and controls

30 lines (24 loc) · 898 Bytes

Synctera::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 [optional]
payment_instruction PaymentInstruction
schedule ScheduleConfig
status PaymentScheduleStatus [optional]

Example

require 'synctera'

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