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

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



25
26
27
28
29
# File 'lib/stripe/params/treasury/outbound_transfer_update_params.rb', line 25

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.



19
20
21
# File 'lib/stripe/params/treasury/outbound_transfer_update_params.rb', line 19

def chips
  @chips
end

#imadObject

IMAD for funds sent over the ‘us_domestic_wire` network.



21
22
23
# File 'lib/stripe/params/treasury/outbound_transfer_update_params.rb', line 21

def imad
  @imad
end

#omadObject

OMAD for funds sent over the ‘us_domestic_wire` network.



23
24
25
# File 'lib/stripe/params/treasury/outbound_transfer_update_params.rb', line 23

def omad
  @omad
end