| Name | Type | Description | Notes |
|---|---|---|---|
| DefaultNetD | Pointer to NullableInt32 | [optional] |
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
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
func (o *InvoiceSettings) GetDefaultNetD() int32
GetDefaultNetD returns the DefaultNetD field if non-nil, zero value otherwise.
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.
func (o *InvoiceSettings) SetDefaultNetD(v int32)
SetDefaultNetD sets DefaultNetD field to given value.
func (o *InvoiceSettings) HasDefaultNetD() bool
HasDefaultNetD returns a boolean if a field has been set.
func (o *InvoiceSettings) SetDefaultNetDNil(b bool)
SetDefaultNetDNil sets the value for DefaultNetD to be an explicit nil
func (o *InvoiceSettings) UnsetDefaultNetD()
UnsetDefaultNetD ensures that no value is present for DefaultNetD, not even an explicit nil