Class: Stripe::Treasury::OutboundPayment::UpdateParams::TrackingDetails::UsDomesticWire

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



486
487
488
489
490
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 486

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.



480
481
482
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 480

def chips
  @chips
end

#imadObject

IMAD for funds sent over the ‘us_domestic_wire` network.



482
483
484
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 482

def imad
  @imad
end

#omadObject

OMAD for funds sent over the ‘us_domestic_wire` network.



484
485
486
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 484

def omad
  @omad
end