Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.3 KB

TokensForwardingSuccessOmni.md

File metadata and controls

135 lines (72 loc) · 4.3 KB

TokensForwardingSuccessOmni

Properties

Name Type Description Notes
Name string Specifies the name of the token.
PropertyId string Defines the ID of the property for Omni Layer.
TransactionType string Defines the type of the transaction.
CreatedByTransactionId string The transaction ID used to create the token.
Amount string Defines the amount of tokens sent with the confirmed transaction.

Methods

NewTokensForwardingSuccessOmni

func NewTokensForwardingSuccessOmni(name string, propertyId string, transactionType string, createdByTransactionId string, amount string, ) *TokensForwardingSuccessOmni

NewTokensForwardingSuccessOmni instantiates a new TokensForwardingSuccessOmni 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

NewTokensForwardingSuccessOmniWithDefaults

func NewTokensForwardingSuccessOmniWithDefaults() *TokensForwardingSuccessOmni

NewTokensForwardingSuccessOmniWithDefaults instantiates a new TokensForwardingSuccessOmni 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

GetName

func (o *TokensForwardingSuccessOmni) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *TokensForwardingSuccessOmni) GetNameOk() (*string, bool)

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

SetName

func (o *TokensForwardingSuccessOmni) SetName(v string)

SetName sets Name field to given value.

GetPropertyId

func (o *TokensForwardingSuccessOmni) GetPropertyId() string

GetPropertyId returns the PropertyId field if non-nil, zero value otherwise.

GetPropertyIdOk

func (o *TokensForwardingSuccessOmni) GetPropertyIdOk() (*string, bool)

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

SetPropertyId

func (o *TokensForwardingSuccessOmni) SetPropertyId(v string)

SetPropertyId sets PropertyId field to given value.

GetTransactionType

func (o *TokensForwardingSuccessOmni) GetTransactionType() string

GetTransactionType returns the TransactionType field if non-nil, zero value otherwise.

GetTransactionTypeOk

func (o *TokensForwardingSuccessOmni) GetTransactionTypeOk() (*string, bool)

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

SetTransactionType

func (o *TokensForwardingSuccessOmni) SetTransactionType(v string)

SetTransactionType sets TransactionType field to given value.

GetCreatedByTransactionId

func (o *TokensForwardingSuccessOmni) GetCreatedByTransactionId() string

GetCreatedByTransactionId returns the CreatedByTransactionId field if non-nil, zero value otherwise.

GetCreatedByTransactionIdOk

func (o *TokensForwardingSuccessOmni) GetCreatedByTransactionIdOk() (*string, bool)

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

SetCreatedByTransactionId

func (o *TokensForwardingSuccessOmni) SetCreatedByTransactionId(v string)

SetCreatedByTransactionId sets CreatedByTransactionId field to given value.

GetAmount

func (o *TokensForwardingSuccessOmni) GetAmount() string

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *TokensForwardingSuccessOmni) GetAmountOk() (*string, bool)

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

SetAmount

func (o *TokensForwardingSuccessOmni) SetAmount(v string)

SetAmount sets Amount field to given value.

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