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.
98 99 100 |
# File 'lib/stripe/resources/gift_cards/transaction.rb', line 98 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.
96 97 98 |
# File 'lib/stripe/resources/gift_cards/transaction.rb', line 96 def payment_intent @payment_intent end |