BuyerDetailInfo constructor

BuyerDetailInfo({
  1. Profile? profile,
  2. List<ShippingAddress>? shippingAddress,
  3. List<BillingAddress>? billingAddress,
  4. CompanyAddress? companyAddress,
  5. String? currencyCode,
  6. CreditLimit? creditLimit,
  7. String? customerCode,
  8. String? regionName,
  9. String? customerTin,
  10. Profile? billToPartyDetails,
  11. Profile? soldToPartyDetails,
  12. Profile? payToPartyDetails,
  13. AddressDetails? addressDetails,
  14. Profile? soldByPartyDetails,
  15. Profile? sellerPartyDetails,
  16. bool? withHeldTaxRequired,
})

Implementation

BuyerDetailInfo(
    {this.profile,
    this.shippingAddress,
    this.billingAddress,
    this.companyAddress,
    this.currencyCode,
    this.creditLimit,
    this.customerCode,
    this.regionName,
    this.customerTin,
    this.billToPartyDetails,
    this.soldToPartyDetails,
    this.payToPartyDetails,
    this.addressDetails,
    this.soldByPartyDetails,
    this.sellerPartyDetails,
    this.withHeldTaxRequired});