Class: Stripe::GiftCards::TransactionService::CreateParams::CreatedBy::Payment
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::GiftCards::TransactionService::CreateParams::CreatedBy::Payment
- Defined in:
- lib/stripe/services/gift_cards/transaction_service.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.
44 45 46 |
# File 'lib/stripe/services/gift_cards/transaction_service.rb', line 44 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.
42 43 44 |
# File 'lib/stripe/services/gift_cards/transaction_service.rb', line 42 def payment_intent @payment_intent end |