| Name | Type | Description | Notes |
|---|---|---|---|
| SubtotalExTax | Pointer to float32 | [optional] | |
| WrappingExTax | Pointer to NullableFloat32 | [optional] | |
| ShippingExTax | Pointer to float32 | [optional] | |
| TotalDiscount | Pointer to float32 | [optional] | |
| TotalTax | Pointer to float32 | [optional] | |
| Total | Pointer to float32 | [optional] | |
| TotalPaid | Pointer to NullableFloat32 | [optional] | |
| AdditionalFields | Pointer to map[string]interface{} | [optional] | |
| CustomFields | Pointer to map[string]interface{} | [optional] |
func NewOrderTotal() *OrderTotal
NewOrderTotal instantiates a new OrderTotal 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 NewOrderTotalWithDefaults() *OrderTotal
NewOrderTotalWithDefaults instantiates a new OrderTotal 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 *OrderTotal) GetSubtotalExTax() float32
GetSubtotalExTax returns the SubtotalExTax field if non-nil, zero value otherwise.
func (o *OrderTotal) GetSubtotalExTaxOk() (*float32, bool)
GetSubtotalExTaxOk returns a tuple with the SubtotalExTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderTotal) SetSubtotalExTax(v float32)
SetSubtotalExTax sets SubtotalExTax field to given value.
func (o *OrderTotal) HasSubtotalExTax() bool
HasSubtotalExTax returns a boolean if a field has been set.
func (o *OrderTotal) GetWrappingExTax() float32
GetWrappingExTax returns the WrappingExTax field if non-nil, zero value otherwise.
func (o *OrderTotal) GetWrappingExTaxOk() (*float32, bool)
GetWrappingExTaxOk returns a tuple with the WrappingExTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderTotal) SetWrappingExTax(v float32)
SetWrappingExTax sets WrappingExTax field to given value.
func (o *OrderTotal) HasWrappingExTax() bool
HasWrappingExTax returns a boolean if a field has been set.
func (o *OrderTotal) SetWrappingExTaxNil(b bool)
SetWrappingExTaxNil sets the value for WrappingExTax to be an explicit nil
func (o *OrderTotal) UnsetWrappingExTax()
UnsetWrappingExTax ensures that no value is present for WrappingExTax, not even an explicit nil
func (o *OrderTotal) GetShippingExTax() float32
GetShippingExTax returns the ShippingExTax field if non-nil, zero value otherwise.
func (o *OrderTotal) GetShippingExTaxOk() (*float32, bool)
GetShippingExTaxOk returns a tuple with the ShippingExTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderTotal) SetShippingExTax(v float32)
SetShippingExTax sets ShippingExTax field to given value.
func (o *OrderTotal) HasShippingExTax() bool
HasShippingExTax returns a boolean if a field has been set.
func (o *OrderTotal) GetTotalDiscount() float32
GetTotalDiscount returns the TotalDiscount field if non-nil, zero value otherwise.
func (o *OrderTotal) GetTotalDiscountOk() (*float32, bool)
GetTotalDiscountOk returns a tuple with the TotalDiscount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderTotal) SetTotalDiscount(v float32)
SetTotalDiscount sets TotalDiscount field to given value.
func (o *OrderTotal) HasTotalDiscount() bool
HasTotalDiscount returns a boolean if a field has been set.
func (o *OrderTotal) GetTotalTax() float32
GetTotalTax returns the TotalTax field if non-nil, zero value otherwise.
func (o *OrderTotal) GetTotalTaxOk() (*float32, bool)
GetTotalTaxOk returns a tuple with the TotalTax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderTotal) SetTotalTax(v float32)
SetTotalTax sets TotalTax field to given value.
func (o *OrderTotal) HasTotalTax() bool
HasTotalTax returns a boolean if a field has been set.
func (o *OrderTotal) GetTotal() float32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *OrderTotal) GetTotalOk() (*float32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderTotal) SetTotal(v float32)
SetTotal sets Total field to given value.
func (o *OrderTotal) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *OrderTotal) GetTotalPaid() float32
GetTotalPaid returns the TotalPaid field if non-nil, zero value otherwise.
func (o *OrderTotal) GetTotalPaidOk() (*float32, bool)
GetTotalPaidOk returns a tuple with the TotalPaid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderTotal) SetTotalPaid(v float32)
SetTotalPaid sets TotalPaid field to given value.
func (o *OrderTotal) HasTotalPaid() bool
HasTotalPaid returns a boolean if a field has been set.
func (o *OrderTotal) SetTotalPaidNil(b bool)
SetTotalPaidNil sets the value for TotalPaid to be an explicit nil
func (o *OrderTotal) UnsetTotalPaid()
UnsetTotalPaid ensures that no value is present for TotalPaid, not even an explicit nil
func (o *OrderTotal) GetAdditionalFields() map[string]interface{}
GetAdditionalFields returns the AdditionalFields field if non-nil, zero value otherwise.
func (o *OrderTotal) GetAdditionalFieldsOk() (*map[string]interface{}, bool)
GetAdditionalFieldsOk returns a tuple with the AdditionalFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderTotal) SetAdditionalFields(v map[string]interface{})
SetAdditionalFields sets AdditionalFields field to given value.
func (o *OrderTotal) HasAdditionalFields() bool
HasAdditionalFields returns a boolean if a field has been set.
func (o *OrderTotal) SetAdditionalFieldsNil(b bool)
SetAdditionalFieldsNil sets the value for AdditionalFields to be an explicit nil
func (o *OrderTotal) UnsetAdditionalFields()
UnsetAdditionalFields ensures that no value is present for AdditionalFields, not even an explicit nil
func (o *OrderTotal) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *OrderTotal) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderTotal) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *OrderTotal) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *OrderTotal) SetCustomFieldsNil(b bool)
SetCustomFieldsNil sets the value for CustomFields to be an explicit nil
func (o *OrderTotal) UnsetCustomFields()
UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil