Name | Type | Description | Notes |
---|---|---|---|
CurrencyCode | Pointer to string | Currency code. | [optional] |
CompanyCurrency | Pointer to string | Company currency code. | [optional] |
InvoiceCurrency | Pointer to string | Invoice currency. | [optional] |
CurrencyFxRate | Pointer to float64 | Currency FX rate. | [optional] |
func NewInvoiceDetailsv61ResponseFxRateInfo() *InvoiceDetailsv61ResponseFxRateInfo
NewInvoiceDetailsv61ResponseFxRateInfo instantiates a new InvoiceDetailsv61ResponseFxRateInfo 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 NewInvoiceDetailsv61ResponseFxRateInfoWithDefaults() *InvoiceDetailsv61ResponseFxRateInfo
NewInvoiceDetailsv61ResponseFxRateInfoWithDefaults instantiates a new InvoiceDetailsv61ResponseFxRateInfo 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 *InvoiceDetailsv61ResponseFxRateInfo) GetCurrencyCode() string
GetCurrencyCode returns the CurrencyCode field if non-nil, zero value otherwise.
func (o *InvoiceDetailsv61ResponseFxRateInfo) GetCurrencyCodeOk() (*string, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InvoiceDetailsv61ResponseFxRateInfo) SetCurrencyCode(v string)
SetCurrencyCode sets CurrencyCode field to given value.
func (o *InvoiceDetailsv61ResponseFxRateInfo) HasCurrencyCode() bool
HasCurrencyCode returns a boolean if a field has been set.
func (o *InvoiceDetailsv61ResponseFxRateInfo) GetCompanyCurrency() string
GetCompanyCurrency returns the CompanyCurrency field if non-nil, zero value otherwise.
func (o *InvoiceDetailsv61ResponseFxRateInfo) GetCompanyCurrencyOk() (*string, bool)
GetCompanyCurrencyOk returns a tuple with the CompanyCurrency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InvoiceDetailsv61ResponseFxRateInfo) SetCompanyCurrency(v string)
SetCompanyCurrency sets CompanyCurrency field to given value.
func (o *InvoiceDetailsv61ResponseFxRateInfo) HasCompanyCurrency() bool
HasCompanyCurrency returns a boolean if a field has been set.
func (o *InvoiceDetailsv61ResponseFxRateInfo) GetInvoiceCurrency() string
GetInvoiceCurrency returns the InvoiceCurrency field if non-nil, zero value otherwise.
func (o *InvoiceDetailsv61ResponseFxRateInfo) GetInvoiceCurrencyOk() (*string, bool)
GetInvoiceCurrencyOk returns a tuple with the InvoiceCurrency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InvoiceDetailsv61ResponseFxRateInfo) SetInvoiceCurrency(v string)
SetInvoiceCurrency sets InvoiceCurrency field to given value.
func (o *InvoiceDetailsv61ResponseFxRateInfo) HasInvoiceCurrency() bool
HasInvoiceCurrency returns a boolean if a field has been set.
func (o *InvoiceDetailsv61ResponseFxRateInfo) GetCurrencyFxRate() float64
GetCurrencyFxRate returns the CurrencyFxRate field if non-nil, zero value otherwise.
func (o *InvoiceDetailsv61ResponseFxRateInfo) GetCurrencyFxRateOk() (*float64, bool)
GetCurrencyFxRateOk returns a tuple with the CurrencyFxRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InvoiceDetailsv61ResponseFxRateInfo) SetCurrencyFxRate(v float64)
SetCurrencyFxRate sets CurrencyFxRate field to given value.
func (o *InvoiceDetailsv61ResponseFxRateInfo) HasCurrencyFxRate() bool
HasCurrencyFxRate returns a boolean if a field has been set.