Class: Stripe::Treasury::TransactionService::ListParams::StatusTransitions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::TransactionService::ListParams::StatusTransitions
- Defined in:
- lib/stripe/services/treasury/transaction_service.rb
Defined Under Namespace
Classes: PostedAt
Instance Attribute Summary collapse
-
#posted_at ⇒ Object
Returns Transactions with ‘posted_at` within the specified range.
Instance Method Summary collapse
-
#initialize(posted_at: nil) ⇒ StatusTransitions
constructor
A new instance of StatusTransitions.
Methods inherited from RequestParams
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_at ⇒ Object
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 |