Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.71 KB

File metadata and controls

82 lines (45 loc) · 3.71 KB

V2TargetIdentifierAttributesAttributePatchRequestDataConfig

Properties

Name Type Description Notes
Currency Pointer to V2TargetIdentifierAttributesPostRequestDataConfigCurrency [optional]
RecordReference Pointer to V2TargetIdentifierAttributesPostRequestDataConfigRecordReference [optional]

Methods

NewV2TargetIdentifierAttributesAttributePatchRequestDataConfig

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

NewV2TargetIdentifierAttributesAttributePatchRequestDataConfigWithDefaults

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

GetCurrency

func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) GetCurrency() V2TargetIdentifierAttributesPostRequestDataConfigCurrency

GetCurrency returns the Currency field if non-nil, zero value otherwise.

GetCurrencyOk

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.

SetCurrency

func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) SetCurrency(v V2TargetIdentifierAttributesPostRequestDataConfigCurrency)

SetCurrency sets Currency field to given value.

HasCurrency

func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

GetRecordReference

func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) GetRecordReference() V2TargetIdentifierAttributesPostRequestDataConfigRecordReference

GetRecordReference returns the RecordReference field if non-nil, zero value otherwise.

GetRecordReferenceOk

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.

SetRecordReference

func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) SetRecordReference(v V2TargetIdentifierAttributesPostRequestDataConfigRecordReference)

SetRecordReference sets RecordReference field to given value.

HasRecordReference

func (o *V2TargetIdentifierAttributesAttributePatchRequestDataConfig) HasRecordReference() bool

HasRecordReference returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]