Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 5.14 KB

POSTAdyenPayments201ResponseDataAttributes.md

File metadata and controls

138 lines (77 loc) · 5.14 KB

POSTAdyenPayments201ResponseDataAttributes

Properties

Name Type Description Notes
Reference Pointer to interface{} A string that you can use to add any external identifier to the resource. This can be useful for integrating the resource to an external system, like an ERP, a marketing tool, a CRM, or whatever. [optional]
ReferenceOrigin Pointer to interface{} Any identifier of the third party system that defines the reference code [optional]
Metadata Pointer to interface{} Set of key-value pairs that you can attach to the resource. This can be useful for storing additional information about the resource in a structured format. [optional]

Methods

NewPOSTAdyenPayments201ResponseDataAttributes

func NewPOSTAdyenPayments201ResponseDataAttributes() *POSTAdyenPayments201ResponseDataAttributes

NewPOSTAdyenPayments201ResponseDataAttributes instantiates a new POSTAdyenPayments201ResponseDataAttributes 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

NewPOSTAdyenPayments201ResponseDataAttributesWithDefaults

func NewPOSTAdyenPayments201ResponseDataAttributesWithDefaults() *POSTAdyenPayments201ResponseDataAttributes

NewPOSTAdyenPayments201ResponseDataAttributesWithDefaults instantiates a new POSTAdyenPayments201ResponseDataAttributes 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

GetReference

func (o *POSTAdyenPayments201ResponseDataAttributes) GetReference() interface{}

GetReference returns the Reference field if non-nil, zero value otherwise.

GetReferenceOk

func (o *POSTAdyenPayments201ResponseDataAttributes) GetReferenceOk() (*interface{}, bool)

GetReferenceOk returns a tuple with the Reference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReference

func (o *POSTAdyenPayments201ResponseDataAttributes) SetReference(v interface{})

SetReference sets Reference field to given value.

HasReference

func (o *POSTAdyenPayments201ResponseDataAttributes) HasReference() bool

HasReference returns a boolean if a field has been set.

SetReferenceNil

func (o *POSTAdyenPayments201ResponseDataAttributes) SetReferenceNil(b bool)

SetReferenceNil sets the value for Reference to be an explicit nil

UnsetReference

func (o *POSTAdyenPayments201ResponseDataAttributes) UnsetReference()

UnsetReference ensures that no value is present for Reference, not even an explicit nil

GetReferenceOrigin

func (o *POSTAdyenPayments201ResponseDataAttributes) GetReferenceOrigin() interface{}

GetReferenceOrigin returns the ReferenceOrigin field if non-nil, zero value otherwise.

GetReferenceOriginOk

func (o *POSTAdyenPayments201ResponseDataAttributes) GetReferenceOriginOk() (*interface{}, bool)

GetReferenceOriginOk returns a tuple with the ReferenceOrigin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReferenceOrigin

func (o *POSTAdyenPayments201ResponseDataAttributes) SetReferenceOrigin(v interface{})

SetReferenceOrigin sets ReferenceOrigin field to given value.

HasReferenceOrigin

func (o *POSTAdyenPayments201ResponseDataAttributes) HasReferenceOrigin() bool

HasReferenceOrigin returns a boolean if a field has been set.

SetReferenceOriginNil

func (o *POSTAdyenPayments201ResponseDataAttributes) SetReferenceOriginNil(b bool)

SetReferenceOriginNil sets the value for ReferenceOrigin to be an explicit nil

UnsetReferenceOrigin

func (o *POSTAdyenPayments201ResponseDataAttributes) UnsetReferenceOrigin()

UnsetReferenceOrigin ensures that no value is present for ReferenceOrigin, not even an explicit nil

GetMetadata

func (o *POSTAdyenPayments201ResponseDataAttributes) GetMetadata() interface{}

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *POSTAdyenPayments201ResponseDataAttributes) GetMetadataOk() (*interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMetadata

func (o *POSTAdyenPayments201ResponseDataAttributes) SetMetadata(v interface{})

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *POSTAdyenPayments201ResponseDataAttributes) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

SetMetadataNil

func (o *POSTAdyenPayments201ResponseDataAttributes) SetMetadataNil(b bool)

SetMetadataNil sets the value for Metadata to be an explicit nil

UnsetMetadata

func (o *POSTAdyenPayments201ResponseDataAttributes) UnsetMetadata()

UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil

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