PaymentMethodsRequestStoreFiltrationModeEnum class

Inheritance
  • Object
  • EnumClass
  • PaymentMethodsRequestStoreFiltrationModeEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<PaymentMethodsRequestStoreFiltrationModeEnum>
no setter
values → BuiltSet<PaymentMethodsRequestStoreFiltrationModeEnum>
no setter

Constants

exclusive → const PaymentMethodsRequestStoreFiltrationModeEnum
Specifies how payment methods should be filtered based on the store parameter: - exclusive: Only payment methods belonging to the specified store are returned. - inclusive: Payment methods from the store and those not associated with any other store are returned.
inclusive → const PaymentMethodsRequestStoreFiltrationModeEnum
Specifies how payment methods should be filtered based on the store parameter: - exclusive: Only payment methods belonging to the specified store are returned. - inclusive: Payment methods from the store and those not associated with any other store are returned.
skipFilter → const PaymentMethodsRequestStoreFiltrationModeEnum
Specifies how payment methods should be filtered based on the store parameter: - exclusive: Only payment methods belonging to the specified store are returned. - inclusive: Payment methods from the store and those not associated with any other store are returned.
unknownDefaultOpenApi → const PaymentMethodsRequestStoreFiltrationModeEnum
Specifies how payment methods should be filtered based on the store parameter: - exclusive: Only payment methods belonging to the specified store are returned. - inclusive: Payment methods from the store and those not associated with any other store are returned.