Class: Stripe::TestHelpers::Treasury::OutboundTransferUpdateParams::TrackingDetails::UsDomesticWire

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

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

#chipsObject

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

#imadObject

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

#omadObject

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