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.



314
315
316
317
318
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 314

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.



306
307
308
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 306

def chips
  @chips
end

#imadObject

IMAD for funds sent over the ‘us_domestic_wire` network.



309
310
311
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 309

def imad
  @imad
end

#omadObject

OMAD for funds sent over the ‘us_domestic_wire` network.



312
313
314
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 312

def omad
  @omad
end