ProductRefOrValue class

Annotations
  • @JsonSerializable()

Constructors

ProductRefOrValue({String? id, String? href, String? description, String? isBundle, String? isCustomerVisible, String? name, String? orderDate, String? productSerialNumber, String? startDate, String? terminationDate, String? agreement, String? billingAccount, String? place, String? product, String? productCharacteristic, ProductOfferingPrice? productOffering, String? relatedProductOrderItem, String? productPrice, String? productSpecification, String? productTerm, String? realizingResource, String? realizingService, String? relatedParty, String? status, String? baseType, String? schemaLocation, String? type, String? referredType})
ProductRefOrValue.fromJson(Map<String, dynamic> json)

Properties

agreement String?
getter/setter pair
baseType String?
getter/setter pair
billingAccount String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
href String?
getter/setter pair
id String?
getter/setter pair
isBundle String?
getter/setter pair
isCustomerVisible String?
getter/setter pair
name String?
getter/setter pair
orderDate String?
getter/setter pair
place String?
getter/setter pair
product String?
getter/setter pair
productCharacteristic String?
getter/setter pair
productOffering ProductOfferingPrice?
getter/setter pair
productPrice String?
getter/setter pair
productSerialNumber String?
getter/setter pair
productSpecification String?
getter/setter pair
productTerm String?
getter/setter pair
realizingResource String?
getter/setter pair
realizingService String?
getter/setter pair
referredType String?
getter/setter pair
relatedParty String?
getter/setter pair
relatedProductOrderItem String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaLocation String?
getter/setter pair
startDate String?
getter/setter pair
status String?
getter/setter pair
terminationDate String?
getter/setter pair
type 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