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.



106
107
108
# File 'lib/stripe/resources/treasury/transaction.rb', line 106

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

Instance Attribute Details

#posted_atObject

Returns Transactions with ‘posted_at` within the specified range.



104
105
106
# File 'lib/stripe/resources/treasury/transaction.rb', line 104

def posted_at
  @posted_at
end