Package com.chrt.api.types
Interface CargojsonChargeDeclarations._FinalStage
-
- All Known Implementing Classes:
CargojsonChargeDeclarations.Builder
- Enclosing class:
- CargojsonChargeDeclarations
public static interface CargojsonChargeDeclarations._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
CargojsonChargeDeclarations build()
-
chargeCode
CargojsonChargeDeclarations._FinalStage chargeCode(java.util.Optional<CargojsonChargeCode> chargeCode)
-
chargeCode
CargojsonChargeDeclarations._FinalStage chargeCode(CargojsonChargeCode chargeCode)
-
chargeCode
CargojsonChargeDeclarations._FinalStage chargeCode(Nullable<CargojsonChargeCode> chargeCode)
-
paymentWeightValuation
CargojsonChargeDeclarations._FinalStage paymentWeightValuation(java.util.Optional<CargojsonPaymentCondition> paymentWeightValuation)
-
paymentWeightValuation
CargojsonChargeDeclarations._FinalStage paymentWeightValuation(CargojsonPaymentCondition paymentWeightValuation)
-
paymentWeightValuation
CargojsonChargeDeclarations._FinalStage paymentWeightValuation(Nullable<CargojsonPaymentCondition> paymentWeightValuation)
-
paymentOtherCharges
CargojsonChargeDeclarations._FinalStage paymentOtherCharges(java.util.Optional<CargojsonPaymentCondition> paymentOtherCharges)
-
paymentOtherCharges
CargojsonChargeDeclarations._FinalStage paymentOtherCharges(CargojsonPaymentCondition paymentOtherCharges)
-
paymentOtherCharges
CargojsonChargeDeclarations._FinalStage paymentOtherCharges(Nullable<CargojsonPaymentCondition> paymentOtherCharges)
-
declaredValueForCarriage
CargojsonChargeDeclarations._FinalStage declaredValueForCarriage(java.util.Optional<java.lang.Double> declaredValueForCarriage)
-
declaredValueForCarriage
CargojsonChargeDeclarations._FinalStage declaredValueForCarriage(java.lang.Double declaredValueForCarriage)
-
declaredValueForCarriage
CargojsonChargeDeclarations._FinalStage declaredValueForCarriage(Nullable<java.lang.Double> declaredValueForCarriage)
-
declaredValueForCustoms
CargojsonChargeDeclarations._FinalStage declaredValueForCustoms(java.util.Optional<java.lang.Double> declaredValueForCustoms)
-
declaredValueForCustoms
CargojsonChargeDeclarations._FinalStage declaredValueForCustoms(java.lang.Double declaredValueForCustoms)
-
declaredValueForCustoms
CargojsonChargeDeclarations._FinalStage declaredValueForCustoms(Nullable<java.lang.Double> declaredValueForCustoms)
-
declaredValueForInsurance
CargojsonChargeDeclarations._FinalStage declaredValueForInsurance(java.util.Optional<java.lang.Double> declaredValueForInsurance)
-
declaredValueForInsurance
CargojsonChargeDeclarations._FinalStage declaredValueForInsurance(java.lang.Double declaredValueForInsurance)
-
declaredValueForInsurance
CargojsonChargeDeclarations._FinalStage declaredValueForInsurance(Nullable<java.lang.Double> declaredValueForInsurance)
-
-