Class: CheckoutSdk::Disputes::DisputesQueryFilter

Inherits:
Common::DateRangeQueryFilter show all
Defined in:
lib/checkout_sdk/disputes/disputes_query_filter.rb

Instance Attribute Summary collapse

Attributes inherited from Common::DateRangeQueryFilter

#from, #to

Instance Attribute Details

#entity_idsString

Returns - Not available on Previous.

Returns:

  • (String)
    • Not available on Previous.



27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#idString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#limitInteger

Returns:

  • (Integer)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#payment_arnString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#payment_idString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#payment_mccString

Returns - Not available on Previous.

Returns:

  • (String)
    • Not available on Previous.



27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#payment_referenceString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#skipInteger

Returns:

  • (Integer)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#statusesString

Returns:



27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#sub_entity_idsString

Returns - Not available on Previous.

Returns:

  • (String)
    • Not available on Previous.



27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end

#this_channel_onlyTrueClass, FalseClass

Returns:

  • (TrueClass, FalseClass)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/disputes/disputes_query_filter.rb', line 27

class DisputesQueryFilter < CheckoutSdk::Common::DateRangeQueryFilter
  attr_accessor :limit,
                :skip,
                :id,
                :statuses,
                :payment_id,
                :payment_reference,
                :payment_arn,
                :this_channel_only,
                :entity_ids,
                :sub_entity_ids,
                :payment_mcc
end