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. |
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
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
func (o *TokensForwardingSuccessOmni) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *TokensForwardingSuccessOmni) SetName(v string)
SetName sets Name field to given value.
func (o *TokensForwardingSuccessOmni) GetPropertyId() string
GetPropertyId returns the PropertyId field if non-nil, zero value otherwise.
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.
func (o *TokensForwardingSuccessOmni) SetPropertyId(v string)
SetPropertyId sets PropertyId field to given value.
func (o *TokensForwardingSuccessOmni) GetTransactionType() string
GetTransactionType returns the TransactionType field if non-nil, zero value otherwise.
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.
func (o *TokensForwardingSuccessOmni) SetTransactionType(v string)
SetTransactionType sets TransactionType field to given value.
func (o *TokensForwardingSuccessOmni) GetCreatedByTransactionId() string
GetCreatedByTransactionId returns the CreatedByTransactionId field if non-nil, zero value otherwise.
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.
func (o *TokensForwardingSuccessOmni) SetCreatedByTransactionId(v string)
SetCreatedByTransactionId sets CreatedByTransactionId field to given value.
func (o *TokensForwardingSuccessOmni) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
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.
func (o *TokensForwardingSuccessOmni) SetAmount(v string)
SetAmount sets Amount field to given value.