Class: Stripe::PromotionCodeRetrieveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PromotionCodeRetrieveParams
- Defined in:
- lib/stripe/params/promotion_code_retrieve_params.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ PromotionCodeRetrieveParams
constructor
A new instance of PromotionCodeRetrieveParams.
Methods inherited from RequestParams
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 = end |
Instance Attribute Details
#expand ⇒ Object
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 end |