Class: Stripe::CustomerPaymentMethodService::RetrieveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::CustomerPaymentMethodService::RetrieveParams
- Defined in:
- lib/stripe/services/customer_payment_method_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ RetrieveParams
constructor
A new instance of RetrieveParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ RetrieveParams
Returns a new instance of RetrieveParams.
41 42 43 |
# File 'lib/stripe/services/customer_payment_method_service.rb', line 41 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
39 40 41 |
# File 'lib/stripe/services/customer_payment_method_service.rb', line 39 def @expand end |