{{'common.payment_details'|i18n}}
{{selectedPaymentRow.amount | currency: currency }}
{{selectedPaymentRow.description ? selectedPaymentRow.description : ('common.not_provided'|i18n)}}
{{selectedPaymentRow.cancelledAt ? (selectedPaymentRow.cancelledAt | date: 'yyyy-MM-dd HH:mm:ss') : ('common.not_cancelled'|i18n)}}
{{selectedPaymentRow.createdAt | date: 'yyyy-MM-dd HH:mm:ss'}}
{{'common.invoice_informtion'|i18n}}
{{selectedPaymentRow.paymentDetails[0].paidAmount | currency:currency}}
{{selectedPaymentRow.paymentDetails[0].invoice.amount | currency:currency }}
{{selectedPaymentRow.paymentDetails[0].invoice.fromDate | date: 'yyyy-MM-dd HH:mm:ss' }} to {{selectedPaymentRow.paymentDetails[0].invoice.toDate | date: 'yyyy-MM-dd HH:mm:ss'}}
{{selectedPaymentRow.paymentDetails[0].invoice.cancelledAt ? (selectedPaymentRow.paymentDetails[0].invoice.cancelledAt | date: 'yyyy-MM-dd HH:mm:ss') : ('common.not_available'|i18n) }}