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