AddressDetails class

Annotations
  • @JsonSerializable()

Constructors

AddressDetails({String? soldToParty, String? shipToParty, String? billToParty, String? payer, String? soldToPartyEntityId, String? shipToPartyEntityId, String? billToPartyEntityId, String? payerEntityId, List<Address>? address})
AddressDetails.fromJson(Map<String, dynamic> json)

Properties

address List<Address>?
getter/setter pair
billToParty String?
getter/setter pair
billToPartyEntityId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payer String?
getter/setter pair
payerEntityId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipToParty String?
getter/setter pair
shipToPartyEntityId String?
getter/setter pair
soldToParty String?
getter/setter pair
soldToPartyEntityId 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