Class: Stripe::FinancialConnections::TransactionService::ListParams::TransactionRefresh
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::FinancialConnections::TransactionService::ListParams::TransactionRefresh
- Defined in:
- lib/stripe/services/financial_connections/transaction_service.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
Return results where the transactions were created or updated by a refresh that took place after this refresh (non-inclusive).
Instance Method Summary collapse
-
#initialize(after: nil) ⇒ TransactionRefresh
constructor
A new instance of TransactionRefresh.
Methods inherited from RequestParams
Constructor Details
#initialize(after: nil) ⇒ TransactionRefresh
Returns a new instance of TransactionRefresh.
30 31 32 |
# File 'lib/stripe/services/financial_connections/transaction_service.rb', line 30 def initialize(after: nil) @after = after end |
Instance Attribute Details
#after ⇒ Object
Return results where the transactions were created or updated by a refresh that took place after this refresh (non-inclusive).
28 29 30 |
# File 'lib/stripe/services/financial_connections/transaction_service.rb', line 28 def after @after end |