WebApiModulesHomeControlsDealShipperDealShipper constructor
WebApiModulesHomeControlsDealShipperDealShipper({
- String? dealShipperId,
- String? dealId,
- String? vendorId,
- String? carrierId,
- String? carrier,
- String? shipperAcct,
- bool? isPrimary,
- String? shipViaId,
- String? shipVia,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsDealShipperDealShipper({
this.dealShipperId,
this.dealId,
this.vendorId,
this.carrierId,
this.carrier,
this.shipperAcct,
this.isPrimary,
this.shipViaId,
this.shipVia,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});