Open dhazeley opened 3 years ago
Omise.Schedules.ICreateSchedule does not specify an optional field for charge which is required by Omise API to create a charge schedule. This results in Typescript errors if you attempt to add the charge field in the options object of the Omise.Schedules.ISchedulesAPI.create method.
Omise.Schedules.ICreateSchedule
charge
options
Omise.Schedules.ISchedulesAPI.create
Omise.Schedules.ICreateSchedule
does not specify an optional field forcharge
which is required by Omise API to create a charge schedule. This results in Typescript errors if you attempt to add thecharge
field in theoptions
object of theOmise.Schedules.ISchedulesAPI.create
method.