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.
packer/vendor/github.com/hyperonecom/h1-client-go/model_service_billing_price.go

19 lines
481 B

/*
* HyperOne API
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* API version: 0.0.2
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package openapi
// ServiceBillingPrice struct for ServiceBillingPrice
type ServiceBillingPrice struct {
PLN float32 `json:"PLN,omitempty"`
EUR float32 `json:"EUR,omitempty"`
USD float32 `json:"USD,omitempty"`
GBP float32 `json:"GBP,omitempty"`
}