amazon

package
v0.0.0-...-10a600b Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AmazonCustomer

type AmazonCustomer struct {
	EntityID   gocql.UUID `json:"amazon_customer"`
	CustomerID gocql.UUID `json:"customer_id"`
	AmazonID   string     `json:"amazon_id"`
}

type AmazonPendingAuthorization

type AmazonPendingAuthorization struct {
	EntityID        gocql.UUID `json:"entity_id"`
	OrderID         gocql.UUID `json:"order_id"`
	PaymentID       gocql.UUID `json:"payment_id"`
	AuthorizationID string     `json:"authorization_id"`
	CreatedAt       *time.Time `json:"created_at"`
	UpdatedAt       *time.Time `json:"updated_at"`
	Processed       int        `json:"processed"`
	Capture         int        `json:"capture"`
	CaptureID       string     `json:"capture_id"`
}

type AmazonPendingCapture

type AmazonPendingCapture struct {
	EntityID  gocql.UUID `json:"entity_id"`
	CaptureID string     `json:"capture_id"`
	CreatedAt *time.Time `json:"created_at"`
	OrderID   gocql.UUID `json:"order_id"`
	PaymentID gocql.UUID `json:"payment_id"`
}

type AmazonPendingRefund

type AmazonPendingRefund struct {
	EntityID  gocql.UUID `json:"entity_id"`
	RefundID  string     `json:"refund_id"`
	CreatedAt *time.Time `json:"created_at"`
	OrderID   gocql.UUID `json:"order_id"`
	PaymentID gocql.UUID `json:"payment_id"`
}

type AmazonQuote

type AmazonQuote struct {
	EntityID                   gocql.UUID `json:"entity_id"`
	QuoteID                    gocql.UUID `json:"quote_id"`
	AmazonOrderReferenceId     string     `json:"amazon_order_reference_id"`
	SandboxSimulationReference string     `json:"sandbox_simulation_reference"`
	Confirmed                  int        `json:"confirmed"`
}

type AmazonSalesOrder

type AmazonSalesOrder struct {
	EntityID               gocql.UUID `json:"entity_id"`
	OrderID                gocql.UUID `json:"order_id"`
	AmazonOrderReferenceID string     `json:"amazon_order_reference_id"`
}

Jump to

Keyboard shortcuts

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