LoyaltyPoints class
Constructors
- LoyaltyPoints()
- LoyaltyPoints.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
Name of loyalty points program. It is recommended to limit the name to 12
full-width characters or 24 Roman characters.
read / write
- pointsValue ↔ String
-
The retailer's loyalty points in absolute value.
read / write
- ratio ↔ double
-
The ratio of a point when converted to currency. Google assumes currency
based on Merchant Center settings. If ratio is left out, it defaults to
1.0.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited