omise / omise-node

Omise Node.js Library
https://docs.opn.ooo
102 stars 53 forks source link

Omise.Schedules.ICreateSchedule does not allow an optional charge field #149

Open dhazeley opened 3 years ago

dhazeley commented 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.