| Name | Type | Description | Notes |
|---|---|---|---|
| Currency | Pointer to V2TargetIdentifierAttributesPostRequestDataConfigCurrency | [optional] | |
| RecordReference | Pointer to V2TargetIdentifierAttributesPostRequestDataConfigRecordReference | [optional] |
func NewV2TargetIdentifierAttributesAttributePatchRequestDataConfig() *V2TargetIdentifierAttributesAttributePatchRequestDataConfig
NewV2TargetIdentifierAttributesAttributePatchRequestDataConfig instantiates a new V2TargetIdentifierAttributesAttributePatchRequestDataConfig 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 NewV2TargetIdentifierAttributesAttributePatchRequestDataConfigWithDefaults() *V2TargetIdentifierAttributesAttributePatchRequestDataConfig
NewV2TargetIdentifierAttributesAttributePatchRequestDataConfigWithDefaults instantiates a new V2TargetIdentifierAttributesAttributePatchRequestDataConfig 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 *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) GetCurrency() V2TargetIdentifierAttributesPostRequestDataConfigCurrency
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) GetCurrencyOk() (*V2TargetIdentifierAttributesPostRequestDataConfigCurrency, 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 *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) SetCurrency(v V2TargetIdentifierAttributesPostRequestDataConfigCurrency)
SetCurrency sets Currency field to given value.
func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) GetRecordReference() V2TargetIdentifierAttributesPostRequestDataConfigRecordReference
GetRecordReference returns the RecordReference field if non-nil, zero value otherwise.
func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) GetRecordReferenceOk() (*V2TargetIdentifierAttributesPostRequestDataConfigRecordReference, 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 *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) SetRecordReference(v V2TargetIdentifierAttributesPostRequestDataConfigRecordReference)
SetRecordReference sets RecordReference field to given value.
func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) HasRecordReference() bool
HasRecordReference returns a boolean if a field has been set.