Class: Stripe::Tax::AssociationFindParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::AssociationFindParams
- Defined in:
- lib/stripe/params/tax/association_find_params.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
-
#payment_intent ⇒ Object
Valid [PaymentIntent](stripe.com/docs/api/payment_intents/object) id.
Instance Method Summary collapse
-
#initialize(expand: nil, payment_intent: nil) ⇒ AssociationFindParams
constructor
A new instance of AssociationFindParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil, payment_intent: nil) ⇒ AssociationFindParams
Returns a new instance of AssociationFindParams.
12 13 14 15 |
# File 'lib/stripe/params/tax/association_find_params.rb', line 12 def initialize(expand: nil, payment_intent: nil) = @payment_intent = payment_intent end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
8 9 10 |
# File 'lib/stripe/params/tax/association_find_params.rb', line 8 def end |
#payment_intent ⇒ Object
Valid [PaymentIntent](stripe.com/docs/api/payment_intents/object) id
10 11 12 |
# File 'lib/stripe/params/tax/association_find_params.rb', line 10 def payment_intent @payment_intent end |