Class: Stripe::CustomerPaymentSourceService::DeleteParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::CustomerPaymentSourceService::DeleteParams
- Defined in:
- lib/stripe/services/customer_payment_source_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ DeleteParams
constructor
A new instance of DeleteParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ DeleteParams
Returns a new instance of DeleteParams.
168 169 170 |
# File 'lib/stripe/services/customer_payment_source_service.rb', line 168 def initialize(expand: nil) = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
166 167 168 |
# File 'lib/stripe/services/customer_payment_source_service.rb', line 166 def end |