Payment details
{{selectedPaymentRow.amount | currency: currency }}
{{selectedPaymentRow.description ? selectedPaymentRow.description : "Not provided"}}
{{selectedPaymentRow.cancelledAt ? (selectedPaymentRow.cancelledAt | date: 'yyyy-MM-dd HH:mm:ss') : "Not cancelled"}}
{{selectedPaymentRow.createdAt | date: 'yyyy-MM-dd HH:mm:ss'}}
Invoice information
{{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') : "Not available" }}