| Name | Type | Description | Notes |
|---|---|---|---|
| Currency | AttributeConfigCurrency | ||
| RecordReference | AttributeConfigRecordReference |
func NewAttributeConfig(currency AttributeConfigCurrency, recordReference AttributeConfigRecordReference, ) *AttributeConfig
NewAttributeConfig instantiates a new AttributeConfig 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 NewAttributeConfigWithDefaults() *AttributeConfig
NewAttributeConfigWithDefaults instantiates a new AttributeConfig 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 *AttributeConfig) GetCurrency() AttributeConfigCurrency
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *AttributeConfig) GetCurrencyOk() (*AttributeConfigCurrency, bool)
GetCurrencyOk returns a tuple with the Currency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttributeConfig) SetCurrency(v AttributeConfigCurrency)
SetCurrency sets Currency field to given value.
func (o *AttributeConfig) GetRecordReference() AttributeConfigRecordReference
GetRecordReference returns the RecordReference field if non-nil, zero value otherwise.
func (o *AttributeConfig) GetRecordReferenceOk() (*AttributeConfigRecordReference, bool)
GetRecordReferenceOk returns a tuple with the RecordReference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttributeConfig) SetRecordReference(v AttributeConfigRecordReference)
SetRecordReference sets RecordReference field to given value.