Name | Type | Description | Notes |
---|---|---|---|
Result | string | ||
Invoice | BillingInvoicePreview |
func NewBillingUpgradeOneOf1(result string, invoice BillingInvoicePreview, ) *BillingUpgradeOneOf1
NewBillingUpgradeOneOf1 instantiates a new BillingUpgradeOneOf1 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 NewBillingUpgradeOneOf1WithDefaults() *BillingUpgradeOneOf1
NewBillingUpgradeOneOf1WithDefaults instantiates a new BillingUpgradeOneOf1 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 *BillingUpgradeOneOf1) GetResult() string
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *BillingUpgradeOneOf1) GetResultOk() (*string, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingUpgradeOneOf1) SetResult(v string)
SetResult sets Result field to given value.
func (o *BillingUpgradeOneOf1) GetInvoice() BillingInvoicePreview
GetInvoice returns the Invoice field if non-nil, zero value otherwise.
func (o *BillingUpgradeOneOf1) GetInvoiceOk() (*BillingInvoicePreview, bool)
GetInvoiceOk returns a tuple with the Invoice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingUpgradeOneOf1) SetInvoice(v BillingInvoicePreview)
SetInvoice sets Invoice field to given value.