demomodule

package
v0.0.0-...-bf303cb Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2017 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const SERVER = "https://mollie-api-go.appspot.com"

Variables

This section is empty.

Functions

This section is empty.

Types

type Order

type Order struct {
	Email   string
	Method  string
	Issuer  string
	Server  string
	Product []Product
}

Order struct

type Product

type Product struct {
	Email       string `json:"-"`
	Name        string
	Description string
	Quantity    float64
	Price       float64
	Currency    string
	Transaction string    `datastore:"-" json:"-"`
	Status      string    `datastore:"-" json:"-"`
	Time        time.Time `json:"-"`
}

Product struct

Jump to

Keyboard shortcuts

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