Class: Stripe::PromotionCodeRetrieveParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/params/promotion_code_retrieve_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ PromotionCodeRetrieveParams

Returns a new instance of PromotionCodeRetrieveParams.



9
10
11
# File 'lib/stripe/params/promotion_code_retrieve_params.rb', line 9

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



7
8
9
# File 'lib/stripe/params/promotion_code_retrieve_params.rb', line 7

def expand
  @expand
end