Name | Type | Description | Notes |
---|---|---|---|
RoutingNumberType | FiatWireAccountType | ||
RoutingNumber | string | The routing number. | |
BankName | string | The name of the bank. | |
BankAddress | MailingAddress |
func NewWireRoutingDetails(routingNumberType FiatWireAccountType, routingNumber string, bankName string, bankAddress MailingAddress, ) *WireRoutingDetails
NewWireRoutingDetails instantiates a new WireRoutingDetails 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 NewWireRoutingDetailsWithDefaults() *WireRoutingDetails
NewWireRoutingDetailsWithDefaults instantiates a new WireRoutingDetails 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 *WireRoutingDetails) GetRoutingNumberType() FiatWireAccountType
GetRoutingNumberType returns the RoutingNumberType field if non-nil, zero value otherwise.
func (o *WireRoutingDetails) GetRoutingNumberTypeOk() (*FiatWireAccountType, bool)
GetRoutingNumberTypeOk returns a tuple with the RoutingNumberType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WireRoutingDetails) SetRoutingNumberType(v FiatWireAccountType)
SetRoutingNumberType sets RoutingNumberType field to given value.
func (o *WireRoutingDetails) GetRoutingNumber() string
GetRoutingNumber returns the RoutingNumber field if non-nil, zero value otherwise.
func (o *WireRoutingDetails) GetRoutingNumberOk() (*string, bool)
GetRoutingNumberOk returns a tuple with the RoutingNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WireRoutingDetails) SetRoutingNumber(v string)
SetRoutingNumber sets RoutingNumber field to given value.
func (o *WireRoutingDetails) GetBankName() string
GetBankName returns the BankName field if non-nil, zero value otherwise.
func (o *WireRoutingDetails) GetBankNameOk() (*string, bool)
GetBankNameOk returns a tuple with the BankName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WireRoutingDetails) SetBankName(v string)
SetBankName sets BankName field to given value.
func (o *WireRoutingDetails) GetBankAddress() MailingAddress
GetBankAddress returns the BankAddress field if non-nil, zero value otherwise.
func (o *WireRoutingDetails) GetBankAddressOk() (*MailingAddress, bool)
GetBankAddressOk returns a tuple with the BankAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WireRoutingDetails) SetBankAddress(v MailingAddress)
SetBankAddress sets BankAddress field to given value.