Class: CheckoutSdk::Financial::FinancialActionsQuery
- Inherits:
-
Object
- Object
- CheckoutSdk::Financial::FinancialActionsQuery
- Defined in:
- lib/checkout_sdk/financial/financial_actions_query.rb
Instance Attribute Summary collapse
- #action_id ⇒ String
- #limit ⇒ Integer
- #pagination_token ⇒ String
- #payment_id ⇒ String
- #reference ⇒ String
Instance Attribute Details
#action_id ⇒ String
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/financial/financial_actions_query.rb', line 15 class FinancialActionsQuery attr_accessor :payment_id, :action_id, :reference, :limit, :pagination_token end |
#limit ⇒ Integer
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/financial/financial_actions_query.rb', line 15 class FinancialActionsQuery attr_accessor :payment_id, :action_id, :reference, :limit, :pagination_token end |
#pagination_token ⇒ String
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/financial/financial_actions_query.rb', line 15 class FinancialActionsQuery attr_accessor :payment_id, :action_id, :reference, :limit, :pagination_token end |
#payment_id ⇒ String
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/financial/financial_actions_query.rb', line 15 class FinancialActionsQuery attr_accessor :payment_id, :action_id, :reference, :limit, :pagination_token end |
#reference ⇒ String
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/financial/financial_actions_query.rb', line 15 class FinancialActionsQuery attr_accessor :payment_id, :action_id, :reference, :limit, :pagination_token end |