Class: Stripe::TestHelpers::Treasury::OutboundPaymentService::UpdateParams::TrackingDetails::UsDomesticWire

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



27
28
29
30
31
# File 'lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb', line 27

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.



21
22
23
# File 'lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb', line 21

def chips
  @chips
end

#imadObject

IMAD for funds sent over the ‘us_domestic_wire` network.



23
24
25
# File 'lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb', line 23

def imad
  @imad
end

#omadObject

OMAD for funds sent over the ‘us_domestic_wire` network.



25
26
27
# File 'lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb', line 25

def omad
  @omad
end