Class: Stripe::CreditNote::VoidCreditNoteParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/resources/credit_note.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ VoidCreditNoteParams

Returns a new instance of VoidCreditNoteParams.



710
711
712
# File 'lib/stripe/resources/credit_note.rb', line 710

def initialize(expand: nil)
  @expand = expand
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



708
709
710
# File 'lib/stripe/resources/credit_note.rb', line 708

def expand
  @expand
end