Class: Stripe::Capital::FinancingOffer::MarkDeliveredParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/capital/financing_offer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ MarkDeliveredParams

Returns a new instance of MarkDeliveredParams.



113
114
115
# File 'lib/stripe/resources/capital/financing_offer.rb', line 113

def initialize(expand: nil)
  @expand = expand
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



111
112
113
# File 'lib/stripe/resources/capital/financing_offer.rb', line 111

def expand
  @expand
end