Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.33 KB

UpdateFiatNetworkInstructionsUpdateWire.md

File metadata and controls

108 lines (59 loc) · 4.33 KB

UpdateFiatNetworkInstructionsUpdateWire

Properties

Name Type Description Notes
FiatAccountOwnerAddress Pointer to MailingAddress [optional]
RoutingDetails Pointer to UpdateWireUpdateRoutingDetails [optional]
IntermediaryRoutingDetails Pointer to UpdateWireUpdateRoutingDetails [optional]

Methods

NewUpdateFiatNetworkInstructionsUpdateWire

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

NewUpdateFiatNetworkInstructionsUpdateWireWithDefaults

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

GetFiatAccountOwnerAddress

func (o *UpdateFiatNetworkInstructionsUpdateWire) GetFiatAccountOwnerAddress() MailingAddress

GetFiatAccountOwnerAddress returns the FiatAccountOwnerAddress field if non-nil, zero value otherwise.

GetFiatAccountOwnerAddressOk

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.

SetFiatAccountOwnerAddress

func (o *UpdateFiatNetworkInstructionsUpdateWire) SetFiatAccountOwnerAddress(v MailingAddress)

SetFiatAccountOwnerAddress sets FiatAccountOwnerAddress field to given value.

HasFiatAccountOwnerAddress

func (o *UpdateFiatNetworkInstructionsUpdateWire) HasFiatAccountOwnerAddress() bool

HasFiatAccountOwnerAddress returns a boolean if a field has been set.

GetRoutingDetails

func (o *UpdateFiatNetworkInstructionsUpdateWire) GetRoutingDetails() UpdateWireUpdateRoutingDetails

GetRoutingDetails returns the RoutingDetails field if non-nil, zero value otherwise.

GetRoutingDetailsOk

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.

SetRoutingDetails

func (o *UpdateFiatNetworkInstructionsUpdateWire) SetRoutingDetails(v UpdateWireUpdateRoutingDetails)

SetRoutingDetails sets RoutingDetails field to given value.

HasRoutingDetails

func (o *UpdateFiatNetworkInstructionsUpdateWire) HasRoutingDetails() bool

HasRoutingDetails returns a boolean if a field has been set.

GetIntermediaryRoutingDetails

func (o *UpdateFiatNetworkInstructionsUpdateWire) GetIntermediaryRoutingDetails() UpdateWireUpdateRoutingDetails

GetIntermediaryRoutingDetails returns the IntermediaryRoutingDetails field if non-nil, zero value otherwise.

GetIntermediaryRoutingDetailsOk

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.

SetIntermediaryRoutingDetails

func (o *UpdateFiatNetworkInstructionsUpdateWire) SetIntermediaryRoutingDetails(v UpdateWireUpdateRoutingDetails)

SetIntermediaryRoutingDetails sets IntermediaryRoutingDetails field to given value.

HasIntermediaryRoutingDetails

func (o *UpdateFiatNetworkInstructionsUpdateWire) HasIntermediaryRoutingDetails() bool

HasIntermediaryRoutingDetails returns a boolean if a field has been set.

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