| Name | Type | Description | Notes |
|---|---|---|---|
| IsValid | Pointer to bool | [optional] | |
| Message | Pointer to string | [optional] |
func NewBillingStatus() *BillingStatus
NewBillingStatus instantiates a new BillingStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingStatusWithDefaults() *BillingStatus
NewBillingStatusWithDefaults instantiates a new BillingStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *BillingStatus) GetIsValid() bool
GetIsValid returns the IsValid field if non-nil, zero value otherwise.
func (o *BillingStatus) GetIsValidOk() (*bool, bool)
GetIsValidOk returns a tuple with the IsValid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingStatus) SetIsValid(v bool)
SetIsValid sets IsValid field to given value.
func (o *BillingStatus) HasIsValid() bool
HasIsValid returns a boolean if a field has been set.
func (o *BillingStatus) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *BillingStatus) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingStatus) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *BillingStatus) HasMessage() bool
HasMessage returns a boolean if a field has been set.