Class: Stripe::GiftCards::Transaction::CreateParams::CreatedBy::Payment
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::GiftCards::Transaction::CreateParams::CreatedBy::Payment
- Defined in:
- lib/stripe/resources/gift_cards/transaction.rb
Instance Attribute Summary collapse
-
#payment_intent ⇒ Object
The PaymentIntent used to collect payment for this object.
Instance Method Summary collapse
-
#initialize(payment_intent: nil) ⇒ Payment
constructor
A new instance of Payment.
Methods inherited from RequestParams
Constructor Details
#initialize(payment_intent: nil) ⇒ Payment
Returns a new instance of Payment.
88 89 90 |
# File 'lib/stripe/resources/gift_cards/transaction.rb', line 88 def initialize(payment_intent: nil) @payment_intent = payment_intent end |
Instance Attribute Details
#payment_intent ⇒ Object
The PaymentIntent used to collect payment for this object.
86 87 88 |
# File 'lib/stripe/resources/gift_cards/transaction.rb', line 86 def payment_intent @payment_intent end |