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.



53
54
55
# File 'lib/stripe/services/treasury/transaction_service.rb', line 53

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

Instance Attribute Details

#posted_atObject

Returns Transactions with ‘posted_at` within the specified range.



51
52
53
# File 'lib/stripe/services/treasury/transaction_service.rb', line 51

def posted_at
  @posted_at
end