WebApiModulesHomeControlsDeliveryDelivery constructor
WebApiModulesHomeControlsDeliveryDelivery({
- String? deliveryId,
- String? orderId,
- String? deliveryType,
- String? requiredDate,
- String? requiredTime,
- String? targetShipDate,
- String? targetShipTime,
- String? direction,
- String? addressType,
- String? fromLocation,
- String? fromContact,
- String? fromContactPhone,
- String? fromAlternateContact,
- String? fromAlternateContactPhone,
- String? fromAttention,
- String? fromAddress1,
- String? fromAddress2,
- String? fromCity,
- String? fromState,
- String? fromZipCode,
- String? fromCountry,
- String? fromCountryId,
- String? fromCrossStreets,
- String? toLocation,
- String? toContact,
- String? toContactPhone,
- String? toAlternateContact,
- String? toAlternateContactPhone,
- String? toAttention,
- String? toAddress1,
- String? toAddress2,
- String? toCity,
- String? toState,
- String? toZipCode,
- String? toCountryId,
- String? toCountry,
- String? toContactFax,
- String? toCrossStreets,
- String? deliveryNotes,
- String? carrierId,
- String? carrier,
- String? carrierAccount,
- String? shipViaId,
- String? shipVia,
- String? invoiceId,
- String? vendorInvoiceId,
- double? estimatedFreight,
- double? freightInvoiceAmount,
- String? chargeType,
- String? freightTrackingNumber,
- bool? dropShip,
- String? packageCode,
- bool? billPoFreightOnOrder,
- String? onlineOrderNumber,
- String? onlineOrderStatus,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsDeliveryDelivery({
this.deliveryId,
this.orderId,
this.deliveryType,
this.requiredDate,
this.requiredTime,
this.targetShipDate,
this.targetShipTime,
this.direction,
this.addressType,
this.fromLocation,
this.fromContact,
this.fromContactPhone,
this.fromAlternateContact,
this.fromAlternateContactPhone,
this.fromAttention,
this.fromAddress1,
this.fromAddress2,
this.fromCity,
this.fromState,
this.fromZipCode,
this.fromCountry,
this.fromCountryId,
this.fromCrossStreets,
this.toLocation,
this.toContact,
this.toContactPhone,
this.toAlternateContact,
this.toAlternateContactPhone,
this.toAttention,
this.toAddress1,
this.toAddress2,
this.toCity,
this.toState,
this.toZipCode,
this.toCountryId,
this.toCountry,
this.toContactFax,
this.toCrossStreets,
this.deliveryNotes,
this.carrierId,
this.carrier,
this.carrierAccount,
this.shipViaId,
this.shipVia,
this.invoiceId,
this.vendorInvoiceId,
this.estimatedFreight,
this.freightInvoiceAmount,
this.chargeType,
this.freightTrackingNumber,
this.dropShip,
this.packageCode,
this.billPoFreightOnOrder,
this.onlineOrderNumber,
this.onlineOrderStatus,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});