ToDeliveryHeadPartner class

Annotations
  • @freezed

Constructors

ToDeliveryHeadPartner({@JsonKey.new(name: 'SDDocument') required String sddocument, @JsonKey.new(name: 'PartnerFunction') required String partnerFunction, required String customerNumber, String? supplierNumber, required String personnelNumber, required String contactPerson, required String addressId, String? unloadingPoint, required String countryKey, required String addressIndicator, required bool partnersOnetimetccount, String? customerHierarchytype, required bool relevantPricedetermination, required bool iscustomerRebaterelevant, required String levelnumberWithinhierarchy, String? customerDescription, required String transportationZone, required String assignmentHierarchy, String? vategistrationNumber, String? personNumber, String? maintainAppointments})
const
factory
ToDeliveryHeadPartner.fromJson(Map<String, dynamic> json)
factory

Properties

addressId String
no setterinherited
addressIndicator String
no setterinherited
assignmentHierarchy String
no setterinherited
contactPerson String
no setterinherited
copyWith → $ToDeliveryHeadPartnerCopyWith<ToDeliveryHeadPartner>
Create a copy of ToDeliveryHeadPartner with the given fields replaced by the non-null parameter values.
no setterinherited
countryKey String
no setterinherited
customerDescription String?
no setterinherited
customerHierarchytype String?
no setterinherited
customerNumber String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
iscustomerRebaterelevant bool
no setterinherited
levelnumberWithinhierarchy String
no setterinherited
maintainAppointments String?
no setterinherited
partnerFunction String
no setterinherited
partnersOnetimetccount bool
no setterinherited
personnelNumber String
no setterinherited
personNumber String?
no setterinherited
relevantPricedetermination bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sddocument String
no setterinherited
supplierNumber String?
no setterinherited
transportationZone String
no setterinherited
unloadingPoint String?
no setterinherited
vategistrationNumber String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this ToDeliveryHeadPartner to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited