Class: Stripe::Treasury::TransactionService::ListParams::StatusTransitions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/treasury/transaction_service.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.



47
48
49
# File 'lib/stripe/services/treasury/transaction_service.rb', line 47

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

Instance Attribute Details

#posted_atObject

Returns Transactions with ‘posted_at` within the specified range.



45
46
47
# File 'lib/stripe/services/treasury/transaction_service.rb', line 45

def posted_at
  @posted_at
end