Documentation ¶
Index ¶
- func NewConnector() (*sdk.ConnectorPlugin, error)
- type GetInvoiceOperation
- type InvoiceUpdate
- func (t *InvoiceUpdate) GetInfo() *sdk.TriggerInfo
- func (t *InvoiceUpdate) OnDisabled(ctx *sdk.RunContext) error
- func (t *InvoiceUpdate) OnEnabled(ctx *sdk.RunContext) error
- func (t *InvoiceUpdate) Run(ctx *sdk.RunContext) (sdk.JSON, error)
- func (t *InvoiceUpdate) Test(ctx *sdk.RunContext) (sdk.JSON, error)
- type ListInvoicesOperation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnector ¶
func NewConnector() (*sdk.ConnectorPlugin, error)
Types ¶
type GetInvoiceOperation ¶
type GetInvoiceOperation struct {
// contains filtered or unexported fields
}
func NewGetInvoiceOperation ¶
func NewGetInvoiceOperation() *GetInvoiceOperation
func (*GetInvoiceOperation) GetInfo ¶
func (c *GetInvoiceOperation) GetInfo() *sdk.OperationInfo
func (*GetInvoiceOperation) Run ¶
func (c *GetInvoiceOperation) Run(ctx *sdk.RunContext) (sdk.JSON, error)
func (*GetInvoiceOperation) Test ¶
func (c *GetInvoiceOperation) Test(ctx *sdk.RunContext) (sdk.JSON, error)
type InvoiceUpdate ¶
type InvoiceUpdate struct {
// contains filtered or unexported fields
}
func NewInvoiceUpdate ¶
func NewInvoiceUpdate() *InvoiceUpdate
func (*InvoiceUpdate) GetInfo ¶
func (t *InvoiceUpdate) GetInfo() *sdk.TriggerInfo
func (*InvoiceUpdate) OnDisabled ¶
func (t *InvoiceUpdate) OnDisabled(ctx *sdk.RunContext) error
func (*InvoiceUpdate) OnEnabled ¶
func (t *InvoiceUpdate) OnEnabled(ctx *sdk.RunContext) error
func (*InvoiceUpdate) Run ¶
func (t *InvoiceUpdate) Run(ctx *sdk.RunContext) (sdk.JSON, error)
func (*InvoiceUpdate) Test ¶
func (t *InvoiceUpdate) Test(ctx *sdk.RunContext) (sdk.JSON, error)
type ListInvoicesOperation ¶
type ListInvoicesOperation struct {
// contains filtered or unexported fields
}
func NewListInvoicesOperation ¶
func NewListInvoicesOperation() *ListInvoicesOperation
func (*ListInvoicesOperation) GetInfo ¶
func (c *ListInvoicesOperation) GetInfo() *sdk.OperationInfo
func (*ListInvoicesOperation) Run ¶
func (c *ListInvoicesOperation) Run(ctx *sdk.RunContext) (sdk.JSON, error)
func (*ListInvoicesOperation) Test ¶
func (c *ListInvoicesOperation) Test(ctx *sdk.RunContext) (sdk.JSON, error)
Click to show internal directories.
Click to hide internal directories.