Class: Stripe::CreditNote::VoidCreditNoteParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::CreditNote::VoidCreditNoteParams
- Defined in:
- lib/stripe/resources/credit_note.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ VoidCreditNoteParams
constructor
A new instance of VoidCreditNoteParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ VoidCreditNoteParams
Returns a new instance of VoidCreditNoteParams.
590 591 592 |
# File 'lib/stripe/resources/credit_note.rb', line 590 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
588 589 590 |
# File 'lib/stripe/resources/credit_note.rb', line 588 def @expand end |