BuyerDetailInfo class

Annotations
  • @JsonSerializable()

Constructors

BuyerDetailInfo({Profile? profile, List<ShippingAddress>? shippingAddress, List<BillingAddress>? billingAddress, CompanyAddress? companyAddress, String? currencyCode, CreditLimit? creditLimit, String? customerCode, String? regionName, String? customerTin, Profile? billToPartyDetails, Profile? soldToPartyDetails, Profile? payToPartyDetails, AddressDetails? addressDetails, Profile? soldByPartyDetails, Profile? sellerPartyDetails, bool? withHeldTaxRequired})
BuyerDetailInfo.fromJson(Map<String, dynamic> json)

Properties

addressDetails AddressDetails?
getter/setter pair
billingAddress List<BillingAddress>?
getter/setter pair
billToPartyDetails Profile?
getter/setter pair
companyAddress CompanyAddress?
getter/setter pair
creditLimit CreditLimit?
getter/setter pair
currencyCode String?
getter/setter pair
customerCode String?
getter/setter pair
customerTin String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payToPartyDetails Profile?
getter/setter pair
profile Profile?
getter/setter pair
regionName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerPartyDetails Profile?
getter/setter pair
shippingAddress List<ShippingAddress>?
getter/setter pair
soldByPartyDetails Profile?
getter/setter pair
soldToPartyDetails Profile?
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