Package com.chrt.api.types
Interface CargojsonChargeSummary._FinalStage
-
- All Known Implementing Classes:
CargojsonChargeSummary.Builder
- Enclosing class:
- CargojsonChargeSummary
public static interface CargojsonChargeSummary._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
CargojsonChargeSummary build()
-
totalWeightCharge
CargojsonChargeSummary._FinalStage totalWeightCharge(java.util.Optional<java.lang.Double> totalWeightCharge)
-
totalWeightCharge
CargojsonChargeSummary._FinalStage totalWeightCharge(java.lang.Double totalWeightCharge)
-
totalWeightCharge
CargojsonChargeSummary._FinalStage totalWeightCharge(Nullable<java.lang.Double> totalWeightCharge)
-
valuationCharge
CargojsonChargeSummary._FinalStage valuationCharge(java.util.Optional<java.lang.Double> valuationCharge)
-
valuationCharge
CargojsonChargeSummary._FinalStage valuationCharge(java.lang.Double valuationCharge)
-
valuationCharge
CargojsonChargeSummary._FinalStage valuationCharge(Nullable<java.lang.Double> valuationCharge)
-
taxes
CargojsonChargeSummary._FinalStage taxes(java.util.Optional<java.lang.Double> taxes)
-
taxes
CargojsonChargeSummary._FinalStage taxes(java.lang.Double taxes)
-
taxes
CargojsonChargeSummary._FinalStage taxes(Nullable<java.lang.Double> taxes)
-
totalOtherChargesDueAgent
CargojsonChargeSummary._FinalStage totalOtherChargesDueAgent(java.util.Optional<java.lang.Double> totalOtherChargesDueAgent)
-
totalOtherChargesDueAgent
CargojsonChargeSummary._FinalStage totalOtherChargesDueAgent(java.lang.Double totalOtherChargesDueAgent)
-
totalOtherChargesDueAgent
CargojsonChargeSummary._FinalStage totalOtherChargesDueAgent(Nullable<java.lang.Double> totalOtherChargesDueAgent)
-
totalOtherChargesDueCarrier
CargojsonChargeSummary._FinalStage totalOtherChargesDueCarrier(java.util.Optional<java.lang.Double> totalOtherChargesDueCarrier)
-
totalOtherChargesDueCarrier
CargojsonChargeSummary._FinalStage totalOtherChargesDueCarrier(java.lang.Double totalOtherChargesDueCarrier)
-
totalOtherChargesDueCarrier
CargojsonChargeSummary._FinalStage totalOtherChargesDueCarrier(Nullable<java.lang.Double> totalOtherChargesDueCarrier)
-
-