Class: Stripe::TestHelpers::Treasury::OutboundTransferUpdateParams::TrackingDetails::UsDomesticWire
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Treasury::OutboundTransferUpdateParams::TrackingDetails::UsDomesticWire
- Defined in:
- lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.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.
26 27 28 29 30 |
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb', line 26 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.
20 21 22 |
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb', line 20 def chips @chips end |
#imad ⇒ Object
IMAD for funds sent over the ‘us_domestic_wire` network.
22 23 24 |
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb', line 22 def imad @imad end |
#omad ⇒ Object
OMAD for funds sent over the ‘us_domestic_wire` network.
24 25 26 |
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb', line 24 def omad @omad end |