Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.53 KB

File metadata and controls

82 lines (45 loc) · 3.53 KB

V2TargetIdentifierAttributesPostRequestDataConfig

Properties

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

Methods

NewV2TargetIdentifierAttributesPostRequestDataConfig

func NewV2TargetIdentifierAttributesPostRequestDataConfig() *V2TargetIdentifierAttributesPostRequestDataConfig

NewV2TargetIdentifierAttributesPostRequestDataConfig instantiates a new V2TargetIdentifierAttributesPostRequestDataConfig 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

NewV2TargetIdentifierAttributesPostRequestDataConfigWithDefaults

func NewV2TargetIdentifierAttributesPostRequestDataConfigWithDefaults() *V2TargetIdentifierAttributesPostRequestDataConfig

NewV2TargetIdentifierAttributesPostRequestDataConfigWithDefaults instantiates a new V2TargetIdentifierAttributesPostRequestDataConfig 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 *V2TargetIdentifierAttributesPostRequestDataConfig) GetCurrency() V2TargetIdentifierAttributesPostRequestDataConfigCurrency

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

GetCurrencyOk

func (o *V2TargetIdentifierAttributesPostRequestDataConfig) 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 *V2TargetIdentifierAttributesPostRequestDataConfig) SetCurrency(v V2TargetIdentifierAttributesPostRequestDataConfigCurrency)

SetCurrency sets Currency field to given value.

HasCurrency

func (o *V2TargetIdentifierAttributesPostRequestDataConfig) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

GetRecordReference

func (o *V2TargetIdentifierAttributesPostRequestDataConfig) GetRecordReference() V2TargetIdentifierAttributesPostRequestDataConfigRecordReference

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

GetRecordReferenceOk

func (o *V2TargetIdentifierAttributesPostRequestDataConfig) 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 *V2TargetIdentifierAttributesPostRequestDataConfig) SetRecordReference(v V2TargetIdentifierAttributesPostRequestDataConfigRecordReference)

SetRecordReference sets RecordReference field to given value.

HasRecordReference

func (o *V2TargetIdentifierAttributesPostRequestDataConfig) HasRecordReference() bool

HasRecordReference returns a boolean if a field has been set.

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