```java // in Order-X_Basic Message Structure: protected AmountType taxTotalAmount; // in Order-X_Extended: protected List<AmountType> taxTotalAmount; // added: protected AmountType roundingAmount; protected AmountType totalPrepaidAmount; protected AmountType duePayableAmount; ```