Name | Type | Description | Notes |
---|---|---|---|
FiatAccountOwnerAddress | Pointer to MailingAddress | [optional] | |
RoutingDetails | Pointer to UpdateWireUpdateRoutingDetails | [optional] | |
IntermediaryRoutingDetails | Pointer to UpdateWireUpdateRoutingDetails | [optional] |
func NewUpdateFiatNetworkInstructionsUpdateWire() *UpdateFiatNetworkInstructionsUpdateWire
NewUpdateFiatNetworkInstructionsUpdateWire instantiates a new UpdateFiatNetworkInstructionsUpdateWire 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 NewUpdateFiatNetworkInstructionsUpdateWireWithDefaults() *UpdateFiatNetworkInstructionsUpdateWire
NewUpdateFiatNetworkInstructionsUpdateWireWithDefaults instantiates a new UpdateFiatNetworkInstructionsUpdateWire 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 *UpdateFiatNetworkInstructionsUpdateWire) GetFiatAccountOwnerAddress() MailingAddress
GetFiatAccountOwnerAddress returns the FiatAccountOwnerAddress field if non-nil, zero value otherwise.
func (o *UpdateFiatNetworkInstructionsUpdateWire) GetFiatAccountOwnerAddressOk() (*MailingAddress, bool)
GetFiatAccountOwnerAddressOk returns a tuple with the FiatAccountOwnerAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFiatNetworkInstructionsUpdateWire) SetFiatAccountOwnerAddress(v MailingAddress)
SetFiatAccountOwnerAddress sets FiatAccountOwnerAddress field to given value.
func (o *UpdateFiatNetworkInstructionsUpdateWire) HasFiatAccountOwnerAddress() bool
HasFiatAccountOwnerAddress returns a boolean if a field has been set.
func (o *UpdateFiatNetworkInstructionsUpdateWire) GetRoutingDetails() UpdateWireUpdateRoutingDetails
GetRoutingDetails returns the RoutingDetails field if non-nil, zero value otherwise.
func (o *UpdateFiatNetworkInstructionsUpdateWire) GetRoutingDetailsOk() (*UpdateWireUpdateRoutingDetails, bool)
GetRoutingDetailsOk returns a tuple with the RoutingDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFiatNetworkInstructionsUpdateWire) SetRoutingDetails(v UpdateWireUpdateRoutingDetails)
SetRoutingDetails sets RoutingDetails field to given value.
func (o *UpdateFiatNetworkInstructionsUpdateWire) HasRoutingDetails() bool
HasRoutingDetails returns a boolean if a field has been set.
func (o *UpdateFiatNetworkInstructionsUpdateWire) GetIntermediaryRoutingDetails() UpdateWireUpdateRoutingDetails
GetIntermediaryRoutingDetails returns the IntermediaryRoutingDetails field if non-nil, zero value otherwise.
func (o *UpdateFiatNetworkInstructionsUpdateWire) GetIntermediaryRoutingDetailsOk() (*UpdateWireUpdateRoutingDetails, bool)
GetIntermediaryRoutingDetailsOk returns a tuple with the IntermediaryRoutingDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateFiatNetworkInstructionsUpdateWire) SetIntermediaryRoutingDetails(v UpdateWireUpdateRoutingDetails)
SetIntermediaryRoutingDetails sets IntermediaryRoutingDetails field to given value.
func (o *UpdateFiatNetworkInstructionsUpdateWire) HasIntermediaryRoutingDetails() bool
HasIntermediaryRoutingDetails returns a boolean if a field has been set.