DynamicPriceCode class
- Annotations
-
- @JsonSerializable.new()
Constructors
- DynamicPriceCode({String? id, String? name, String? code, String? description, String? taxable, String? reversal, String? normalizetax, String? versionStatus, String? isLocked, String? createdBy, String? versionNo, PoStatus? synonym, PoStatus? status, ValidFor? validFor})
-
DynamicPriceCode.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code ↔ String?
-
getter/setter pair
- createdBy ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- isLocked ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- normalizetax ↔ String?
-
getter/setter pair
- reversal ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ PoStatus?
-
getter/setter pair
- synonym ↔ PoStatus?
-
getter/setter pair
- taxable ↔ String?
-
getter/setter pair
- validFor ↔ ValidFor?
-
getter/setter pair
- versionNo ↔ String?
-
getter/setter pair
- versionStatus ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited