Class: Stripe::Treasury::OutboundTransfer::UpdateParams::TrackingDetails::UsDomesticWire

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/treasury/outbound_transfer.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.



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

#chipsObject

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

#imadObject

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

#omadObject

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