1" class="line-height-1 text-base p-1 pr-0" > {{ "amountAllocatedForTransfer" | translate }} :
1" class="text-left text-base" > {{ dataCheckout.amount | number }} {{ dataCheckout.code }}{{ "premiumAccountCount" | translate }} :
{{ dataCheckout.amount | number }}{{ "finalPriceBeforDiscount" | translate }} :
{{ dataCheckout.finalAmount | truncateDecimal | number | priceTypePipe : 0 : false : true }}{{ "orderWholeAmount" | translate }} :
{{ dataCheckout.finalAmount | truncateDecimal | number | priceTypePipe : 0 : false : true }}{{ "paidAmount" | translate }} :
{{ dataCheckout.paidAmount | truncateDecimal | number | priceTypePipe : 0 : false : true }}{{ "discount" | translate }} :
{{ dataCheckout.finalAmount - dataCheckout.discountedFinalAmount | truncateDecimal | number | priceTypePipe : 0 : false : true }} {{ dataCheckout.discount | truncateDecimal | number | priceTypePipe : 0 : false : true }}{{ "wholeAmountAfterDiscount" | translate }} :
{{ dataCheckout.discountedFinalAmount | truncateDecimal | number | priceTypePipe : 0 : false : true }}{{ "payableAmount" | translate }} : {{ "payableSellAmount" | translate }} :
0 " > {{ (dataScenario?.isAllowed && (dataScenario?.paymentOfOrderWage || dataScenario?.paymentWithoutOrderWage) ? scenarioFinalAmount : dataCheckout?.discountedFinalAmount ) | truncateDecimal | number | priceTypePipe : 0 : false : true }} {{ dataCheckout.discountedFinalAmount | truncateDecimal | number | priceTypePipe : 0 : false : true }} {{ (dataScenario?.isAllowed && (dataScenario?.paymentOfOrderWage || dataScenario?.paymentWithoutOrderWage) ? scenarioFinalAmount : dataCheckout?.discountedFinalAmount - dataCheckout.paidAmount ) | truncateDecimal | number | priceTypePipe : 0 : false : true }} {{ (dataScenario?.isAllowed && (dataScenario?.paymentOfOrderWage || dataScenario?.paymentWithoutOrderWage) ? scenarioFinalAmount : dataCheckout?.finalAmount ) | truncateDecimal | number | priceTypePipe : 0 : false : true }} {{ dataCheckout.finalAmount - dataCheckout.paidAmount | truncateDecimal | number | priceTypePipe : 0 : false : true }}