httpdriver

package
v1.0.0-beta.231 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppHandler

type AppHandler interface {
	DraftSyncronized() DraftSyncronizedHandler
	IssuingSyncronized() IssuingSyncronizedHandler
	UpdatePaymentStatus() UpdatePaymentStatusHandler
}

type DraftSyncronizedParams

type DraftSyncronizedParams = struct {
	InvoiceID string `json:"invoiceId"`
}

type DraftSyncronizedResponse

type DraftSyncronizedResponse = api.Invoice

type Handler

type Handler interface {
	AppHandler
}

func New

type IssuingSyncronizedParams

type IssuingSyncronizedParams = struct {
	InvoiceID string `json:"invoiceId"`
}

type IssuingSyncronizedResponse

type IssuingSyncronizedResponse = api.Invoice

type UpdatePaymentStatusParams

type UpdatePaymentStatusParams = struct {
	InvoiceID string `json:"invoiceId"`
}

type UpdatePaymentStatusResponse

type UpdatePaymentStatusResponse = api.Invoice

Jump to

Keyboard shortcuts

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