We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 the
charge
field in theoptions
object of theOmise.Schedules.ISchedulesAPI.create
method.The text was updated successfully, but these errors were encountered: