Advertisement
eirlis

Untitled

Jul 15th, 2020
1,235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.52 KB | None | 0 0
  1. type Substance struct {
  2.     InternalId          string   `json:"internal_id"`
  3.     CasCode             string   `json:"cas_code"`
  4.     CasQuantity         string   `json:"cas_quantity"`
  5.     Price               string   `json:"price"`
  6.     OrganisationCreated string   `json:"organisation_created"`
  7.     Date                string   `json:"date"`
  8.     Owner               string   `json:"owner"`
  9.     SvhcState           string   `json:"svhc_state"`
  10.     DocumentHash        []string `json:"document_hash"`
  11.     Status              string   `json:"status"`
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement