Class: Stripe::Treasury::Transaction::ListParams::StatusTransitions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/treasury/transaction.rb

Defined Under Namespace

Classes: PostedAt

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(posted_at: nil) ⇒ StatusTransitions

Returns a new instance of StatusTransitions.



123
124
125
# File 'lib/stripe/resources/treasury/transaction.rb', line 123

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

Instance Attribute Details

#posted_atObject

Returns Transactions with ‘posted_at` within the specified range.



121
122
123
# File 'lib/stripe/resources/treasury/transaction.rb', line 121

def posted_at
  @posted_at
end