BuyerDetailInfo constructor

BuyerDetailInfo({
  1. dynamic profile,
  2. List? shippingAddress,
  3. List? billingAddress,
  4. dynamic companyAddress,
  5. String? taxCode,
  6. String? currencyCode,
  7. dynamic account,
  8. String? customerCode,
  9. String? regionName,
  10. dynamic billToPartyDetails,
  11. dynamic soldToPartyDetails,
  12. dynamic payToPartyDetails,
  13. dynamic addressDetails,
  14. dynamic soldByPartyDetails,
  15. dynamic sellerPartyDetails,
  16. bool? vatable,
  17. String? invoiceType,
  18. String? withHeldTaxPercentage,
  19. bool? withHeldTaxRequired,
})

Implementation

BuyerDetailInfo({
  this.profile,
  this.shippingAddress,
  this.billingAddress,
  this.companyAddress,
  this.taxCode,
  this.currencyCode,
  this.account,
  this.customerCode,
  this.regionName,
  this.billToPartyDetails,
  this.soldToPartyDetails,
  this.payToPartyDetails,
  this.addressDetails,
  this.soldByPartyDetails,
  this.sellerPartyDetails,
  this.vatable,
  this.invoiceType,
  this.withHeldTaxPercentage,
  this.withHeldTaxRequired,
});