advanceinvoiceschedule

package
v2.27.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 2 Imported by: 7

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"`
}

type SpecificDatesSchedule

type SpecificDatesSchedule struct {
	TermsToCharge int32  `json:"terms_to_charge"`
	Date          int64  `json:"date"`
	CreatedAt     int64  `json:"created_at"`
	Object        string `json:"object"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL