Class: CheckoutSdk::Financial::FinancialActionsQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/financial/financial_actions_query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

Returns:

  • (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

#limitInteger

Returns:

  • (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_tokenString

Returns:

  • (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_idString

Returns:

  • (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

#referenceString

Returns:

  • (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