BuyerDetailInfo constructor
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,
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,
});