Package com.chrt.api.types
Class CargojsonOtherChargeItem
- java.lang.Object
-
- com.chrt.api.types.CargojsonOtherChargeItem
-
public final class CargojsonOtherChargeItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCargojsonOtherChargeItem._FinalStagestatic classCargojsonOtherChargeItem.Builderstatic interfaceCargojsonOtherChargeItem.ChargeAmountStagestatic interfaceCargojsonOtherChargeItem.EntitlementCodeStagestatic interfaceCargojsonOtherChargeItem.OtherChargeCodeStagestatic interfaceCargojsonOtherChargeItem.PaymentConditionStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CargojsonOtherChargeItem.PaymentConditionStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()doublegetChargeAmount()CargojsonEntitlementCodegetEntitlementCode()CargojsonOtherChargeCodegetOtherChargeCode()CargojsonPaymentConditiongetPaymentCondition()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getPaymentCondition
public CargojsonPaymentCondition getPaymentCondition()
-
getOtherChargeCode
public CargojsonOtherChargeCode getOtherChargeCode()
-
getEntitlementCode
public CargojsonEntitlementCode getEntitlementCode()
-
getChargeAmount
public double getChargeAmount()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static CargojsonOtherChargeItem.PaymentConditionStage builder()
-
-