You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/vendor/github.com/packethost/packngo/billing_address.go

8 lines
218 B

package packngo
type BillingAddress struct {
StreetAddress string `json:"street_address,omitempty"`
PostalCode string `json:"postal_code,omitempty"`
CountryCode string `json:"country_code_alpha2,omitempty"`
}