MerchantCriteria enum

Indicator of the merchant's size/scale.

Excluding the asset values of occupied land for business and infrastructures. Number figures are represented in IDR.

Inheritance

Constructors

MerchantCriteria()
const

Values

micro → const MerchantCriteria

The smallest merchant size with average net profit up to 50 millions and sales average up to 300 millions.

small → const MerchantCriteria

The small merchant size above MerchantCriteria.micro with net profit up to 500 millions and sales average up to 2.5 billions.

medium → const MerchantCriteria

The medium size specifies a net profit range between 500 millions, up to 10 billions, with sales average up to 50 billions.

large → const MerchantCriteria

Number figures are higher than MerchantCriteria.medium.

regular → const MerchantCriteria

No clear specifications

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<MerchantCriteria>
A constant List of the values in this enum, in order of their declaration.