Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdvanceInvoiceSchedule ¶
type AdvanceInvoiceSchedule struct { Id string `json:"id"` ScheduleType advanceInvoiceScheduleEnum.ScheduleType `json:"schedule_type"` FixedIntervalSchedule *FixedIntervalSchedule `json:"fixed_interval_schedule"` SpecificDatesSchedule *SpecificDatesSchedule `json:"specific_dates_schedule"` Object string `json:"object"` }
type FixedIntervalSchedule ¶
type FixedIntervalSchedule struct { EndScheduleOn enum.EndScheduleOn `json:"end_schedule_on"` NumberOfOccurrences int32 `json:"number_of_occurrences"` DaysBeforeRenewal int32 `json:"days_before_renewal"` EndDate int64 `json:"end_date"` CreatedAt int64 `json:"created_at"` TermsToCharge int32 `json:"terms_to_charge"` Object string `json:"object"` }
Click to show internal directories.
Click to hide internal directories.