BuyerDetailInfo class

Constructors

BuyerDetailInfo({dynamic profile, List? shippingAddress, List? billingAddress, dynamic companyAddress, String? taxCode, String? currencyCode, dynamic account, String? customerCode, String? regionName, dynamic billToPartyDetails, dynamic soldToPartyDetails, dynamic payToPartyDetails, dynamic addressDetails, dynamic soldByPartyDetails, dynamic sellerPartyDetails, bool? vatable, String? invoiceType, String? withHeldTaxPercentage, bool? withHeldTaxRequired})
BuyerDetailInfo.fromJson(Map<String, dynamic> json)

Properties

account ↔ dynamic
getter/setter pair
addressDetails ↔ dynamic
getter/setter pair
billingAddress List?
getter/setter pair
billToPartyDetails ↔ dynamic
getter/setter pair
companyAddress ↔ dynamic
getter/setter pair
currencyCode String?
getter/setter pair
customerCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoiceType String?
getter/setter pair
payToPartyDetails ↔ dynamic
getter/setter pair
profile ↔ dynamic
getter/setter pair
regionName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerPartyDetails ↔ dynamic
getter/setter pair
shippingAddress List?
getter/setter pair
soldByPartyDetails ↔ dynamic
getter/setter pair
soldToPartyDetails ↔ dynamic
getter/setter pair
taxCode String?
getter/setter pair
vatable bool?
getter/setter pair
withHeldTaxPercentage String?
getter/setter pair
withHeldTaxRequired bool?
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