Class: CheckoutSdk::Disputes::DisputesQueryFilter
- Inherits:
-
Common::DateRangeQueryFilter
- Object
- Common::DateRangeQueryFilter
- CheckoutSdk::Disputes::DisputesQueryFilter
- Defined in:
- lib/checkout_sdk/disputes/disputes_query_filter.rb
Instance Attribute Summary collapse
-
#entity_ids ⇒ String
-
Not available on Previous.
-
- #id ⇒ String
- #limit ⇒ Integer
- #payment_arn ⇒ String
- #payment_id ⇒ String
-
#payment_mcc ⇒ String
-
Not available on Previous.
-
- #payment_reference ⇒ String
- #skip ⇒ Integer
- #statuses ⇒ String
-
#sub_entity_ids ⇒ String
-
Not available on Previous.
-
- #this_channel_only ⇒ TrueClass, FalseClass
Attributes inherited from Common::DateRangeQueryFilter
Instance Attribute Details
#entity_ids ⇒ String
Returns - 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 |
#id ⇒ 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 |
#limit ⇒ 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_arn ⇒ 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_id ⇒ 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_mcc ⇒ String
Returns - 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_reference ⇒ 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 |
#skip ⇒ 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 |
#statuses ⇒ String
Returns CheckoutSdk::Disputes::DisputeStatus.
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_ids ⇒ String
Returns - 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_only ⇒ 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 |