Class: Stripe::Treasury::OutboundTransfer::UpdateParams::TrackingDetails::UsDomesticWire
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::OutboundTransfer::UpdateParams::TrackingDetails::UsDomesticWire
- Defined in:
- lib/stripe/resources/treasury/outbound_transfer.rb
Instance Attribute Summary collapse
-
#chips ⇒ Object
CHIPS System Sequence Number (SSN) for funds sent over the ‘us_domestic_wire` network.
-
#imad ⇒ Object
IMAD for funds sent over the ‘us_domestic_wire` network.
-
#omad ⇒ Object
OMAD for funds sent over the ‘us_domestic_wire` network.
Instance Method Summary collapse
-
#initialize(chips: nil, imad: nil, omad: nil) ⇒ UsDomesticWire
constructor
A new instance of UsDomesticWire.
Methods inherited from RequestParams
Constructor Details
#initialize(chips: nil, imad: nil, omad: nil) ⇒ UsDomesticWire
Returns a new instance of UsDomesticWire.
297 298 299 300 301 |
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 297 def initialize(chips: nil, imad: nil, omad: nil) @chips = chips @imad = imad @omad = omad end |
Instance Attribute Details
#chips ⇒ Object
CHIPS System Sequence Number (SSN) for funds sent over the ‘us_domestic_wire` network.
291 292 293 |
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 291 def chips @chips end |
#imad ⇒ Object
IMAD for funds sent over the ‘us_domestic_wire` network.
293 294 295 |
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 293 def imad @imad end |
#omad ⇒ Object
OMAD for funds sent over the ‘us_domestic_wire` network.
295 296 297 |
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 295 def omad @omad end |