Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
func NewService ¶
type AftermarketDeviceBy ¶
type AftermarketDeviceBy struct { TokenId *int `json:"tokenId"` Address *common.Address `json:"address"` Serial *string `json:"serial"` }
The AftermarketDeviceBy input is used to specify a unique aftermarket device to query.
func (*AftermarketDeviceBy) GetAddress ¶
func (v *AftermarketDeviceBy) GetAddress() *common.Address
GetAddress returns AftermarketDeviceBy.Address, and is useful for accessing the field via an interface.
func (*AftermarketDeviceBy) GetSerial ¶
func (v *AftermarketDeviceBy) GetSerial() *string
GetSerial returns AftermarketDeviceBy.Serial, and is useful for accessing the field via an interface.
func (*AftermarketDeviceBy) GetTokenId ¶
func (v *AftermarketDeviceBy) GetTokenId() *int
GetTokenId returns AftermarketDeviceBy.TokenId, and is useful for accessing the field via an interface.
Click to show internal directories.
Click to hide internal directories.