Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.13 KB

BillingUpgradeOneOf1.md

File metadata and controls

72 lines (39 loc) · 2.13 KB

BillingUpgradeOneOf1

Properties

Name Type Description Notes
Result string
Invoice BillingInvoicePreview

Methods

NewBillingUpgradeOneOf1

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

NewBillingUpgradeOneOf1WithDefaults

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

GetResult

func (o *BillingUpgradeOneOf1) GetResult() string

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

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.

SetResult

func (o *BillingUpgradeOneOf1) SetResult(v string)

SetResult sets Result field to given value.

GetInvoice

func (o *BillingUpgradeOneOf1) GetInvoice() BillingInvoicePreview

GetInvoice returns the Invoice field if non-nil, zero value otherwise.

GetInvoiceOk

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.

SetInvoice

func (o *BillingUpgradeOneOf1) SetInvoice(v BillingInvoicePreview)

SetInvoice sets Invoice field to given value.

[Back to Model list] [Back to API list] [Back to README]