{{ "orderCheckoutNotFound" | translate }}

{{ "amountAllocatedForTransfer" | translate }} :

{{ 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 }} :

{{ (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 }}