Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.95 KB

File metadata and controls

66 lines (37 loc) · 1.95 KB

InvoiceSettings

Properties

Name Type Description Notes
DefaultNetD Pointer to NullableInt32 [optional]

Methods

NewInvoiceSettings

func NewInvoiceSettings() *InvoiceSettings

NewInvoiceSettings instantiates a new InvoiceSettings 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

NewInvoiceSettingsWithDefaults

func NewInvoiceSettingsWithDefaults() *InvoiceSettings

NewInvoiceSettingsWithDefaults instantiates a new InvoiceSettings 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

GetDefaultNetD

func (o *InvoiceSettings) GetDefaultNetD() int32

GetDefaultNetD returns the DefaultNetD field if non-nil, zero value otherwise.

GetDefaultNetDOk

func (o *InvoiceSettings) GetDefaultNetDOk() (*int32, bool)

GetDefaultNetDOk returns a tuple with the DefaultNetD field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDefaultNetD

func (o *InvoiceSettings) SetDefaultNetD(v int32)

SetDefaultNetD sets DefaultNetD field to given value.

HasDefaultNetD

func (o *InvoiceSettings) HasDefaultNetD() bool

HasDefaultNetD returns a boolean if a field has been set.

SetDefaultNetDNil

func (o *InvoiceSettings) SetDefaultNetDNil(b bool)

SetDefaultNetDNil sets the value for DefaultNetD to be an explicit nil

UnsetDefaultNetD

func (o *InvoiceSettings) UnsetDefaultNetD()

UnsetDefaultNetD ensures that no value is present for DefaultNetD, not even an explicit nil

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