orders

package
v0.0.0-...-2c15619 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Created

type Created struct {
	Id          string       `json:"id"`
	OrderNumber string       `json:"orderNumber"`
	Price       shared.Money `json:"price"`
	FinalPrice  shared.Money `json:"finalPrice"`
}

func (*Created) ExchangeName

func (s *Created) ExchangeName() string

type PaymentRejected

type PaymentRejected struct {
	Id                  string `json:"id"`
	OrderNumber         string `json:"orderNumber"`
	PaymentStatus       string `json:"paymentStatus"`
	PaymentRejectReason string `json:"paymentRejectReason"`
}

func (*PaymentRejected) ExchangeName

func (s *PaymentRejected) ExchangeName() string

Jump to

Keyboard shortcuts

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