request

package
v0.0.0-...-e4a3b16 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2021 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 AddCheckoutRequest

type AddCheckoutRequest struct {
	Payment string `json:"payment"`
}

func (*AddCheckoutRequest) ConvertToCheckoutData

func (req *AddCheckoutRequest) ConvertToCheckoutData() *checkout.CreateCheckoutData

type UpdateCheckoutRequest

type UpdateCheckoutRequest struct {
	IsActive       bool `json:"is_active"`
	StatusPayment  bool `json:"status_payment"`
	StatusDelivery bool `json:"status_delivery"`
	StatusOverall  bool `json:"status_overall"`
	DeletedAt      bool `json:"deleted_at"`
}

func (*UpdateCheckoutRequest) ConvertToUpdateCheckoutData

func (req *UpdateCheckoutRequest) ConvertToUpdateCheckoutData() *checkout.UpdateCheckout

Jump to

Keyboard shortcuts

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