OrderServiceCharge constructor
OrderServiceCharge({
- String? name,
- Money? amountMoney,
- String? uid,
- Money? totalMoney,
- String? type,
- Map<
String, String> ? metadata, - int? catalogVersion,
- String? catalogObjectId,
- String? appliedMoney,
- String? percentage,
- List<
OrderLineItemAppliedTax> ? appliedTaxes, - Money? totalTaxMoney,
- bool? taxable,
- String? calculationPhase,
Implementation
OrderServiceCharge(
{this.name,
this.amountMoney,
this.uid,
this.totalMoney,
this.type,
this.metadata,
this.catalogVersion,
this.catalogObjectId,
this.appliedMoney,
this.percentage,
this.appliedTaxes,
this.totalTaxMoney,
this.taxable,
this.calculationPhase});