pricing.go 167 B

1234567
  1. package models
  2. type PricingMetadata struct {
  3. Currency string `json:"currency"`
  4. Source string `json:"source"`
  5. Warnings []string `json:"warnings,omitempty"`
  6. }