ProductRefOrValue class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
ProductRefOrValue({String? id, dynamic href, String? description, bool? isBundle, bool? isCustomerVisible, String? name, dynamic orderDate, String? productSerialNumber, dynamic startDate, dynamic terminationDate, dynamic agreement, dynamic billingAccount, List<
Place> ? place, dynamic product, List<ProductCharacteristic> ? productCharacteristic, Payment? productOffering, List? productPrice, List? productRelationship, ProductSpecification? productSpecification, List? productTerm, dynamic realizingResource, dynamic realizingService, String? status, dynamic baseType, dynamic schemaLocation, dynamic type, dynamic referredType}) -
ProductRefOrValue.fromJson(Map<
String, dynamic> json)
Properties
- agreement ↔ dynamic
-
getter/setter pair
- baseType ↔ dynamic
-
getter/setter pair
- billingAccount ↔ dynamic
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- href ↔ dynamic
-
getter/setter pair
- id ↔ String?
-
getter/setter pair
- isBundle ↔ bool?
-
getter/setter pair
- isCustomerVisible ↔ bool?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- orderDate ↔ dynamic
-
getter/setter pair
-
place
↔ List<
Place> ? -
getter/setter pair
- product ↔ dynamic
-
getter/setter pair
-
productCharacteristic
↔ List<
ProductCharacteristic> ? -
getter/setter pair
- productOffering ↔ Payment?
-
getter/setter pair
- productPrice ↔ List?
-
getter/setter pair
- productRelationship ↔ List?
-
getter/setter pair
- productSerialNumber ↔ String?
-
getter/setter pair
- productSpecification ↔ ProductSpecification?
-
getter/setter pair
- productTerm ↔ List?
-
getter/setter pair
- realizingResource ↔ dynamic
-
getter/setter pair
- realizingService ↔ dynamic
-
getter/setter pair
- referredType ↔ dynamic
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaLocation ↔ dynamic
-
getter/setter pair
- startDate ↔ dynamic
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
- terminationDate ↔ dynamic
-
getter/setter pair
- type ↔ dynamic
-
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