Name | Type | Description | Notes |
---|---|---|---|
Spender | Pointer to TransactionRoleApprovalDetail | [optional] | |
Approver | Pointer to TransactionRoleApprovalDetail | [optional] | |
AddressOwner | Pointer to TransactionRoleApprovalDetail | [optional] |
func NewTransactionApprovalDetail() *TransactionApprovalDetail
NewTransactionApprovalDetail instantiates a new TransactionApprovalDetail 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 NewTransactionApprovalDetailWithDefaults() *TransactionApprovalDetail
NewTransactionApprovalDetailWithDefaults instantiates a new TransactionApprovalDetail 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 *TransactionApprovalDetail) GetSpender() TransactionRoleApprovalDetail
GetSpender returns the Spender field if non-nil, zero value otherwise.
func (o *TransactionApprovalDetail) GetSpenderOk() (*TransactionRoleApprovalDetail, bool)
GetSpenderOk returns a tuple with the Spender field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionApprovalDetail) SetSpender(v TransactionRoleApprovalDetail)
SetSpender sets Spender field to given value.
func (o *TransactionApprovalDetail) HasSpender() bool
HasSpender returns a boolean if a field has been set.
func (o *TransactionApprovalDetail) GetApprover() TransactionRoleApprovalDetail
GetApprover returns the Approver field if non-nil, zero value otherwise.
func (o *TransactionApprovalDetail) GetApproverOk() (*TransactionRoleApprovalDetail, bool)
GetApproverOk returns a tuple with the Approver field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionApprovalDetail) SetApprover(v TransactionRoleApprovalDetail)
SetApprover sets Approver field to given value.
func (o *TransactionApprovalDetail) HasApprover() bool
HasApprover returns a boolean if a field has been set.
func (o *TransactionApprovalDetail) GetAddressOwner() TransactionRoleApprovalDetail
GetAddressOwner returns the AddressOwner field if non-nil, zero value otherwise.
func (o *TransactionApprovalDetail) GetAddressOwnerOk() (*TransactionRoleApprovalDetail, bool)
GetAddressOwnerOk returns a tuple with the AddressOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionApprovalDetail) SetAddressOwner(v TransactionRoleApprovalDetail)
SetAddressOwner sets AddressOwner field to given value.
func (o *TransactionApprovalDetail) HasAddressOwner() bool
HasAddressOwner returns a boolean if a field has been set.