domain

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OffsetRequest

type OffsetRequest struct {
	Number int32  `json:"number"`
	Units  string `json:"units"`
}

type OffsetResponse

type OffsetResponse struct {
	Number   int32     `json:"number"`
	Units    string    `json:"units"`
	Tonnes   float64   `json:"numberInTonnes"`
	Amount   float64   `json:"amount"`
	Currency string    `json:"currency"`
	Projects []Project `json:"projectDetails"`
}

type Project

type Project struct {
	Name       string  `json:"name"`
	Percentage float64 `json:"splitPercentage"`
	Tonnes     float64 `json:"splitAmountTonnes"`
}

Jump to

Keyboard shortcuts

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