[{"__symbolic":"module","version":4,"metadata":{"ReadOrderSummaryFieldComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"../base-field/abstract-field-read.component","name":"AbstractFieldReadComponent","line":26,"character":52},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"ccd-read-order-summary-field","template":"\n    <div class=\"order-summary-title\">Order Summary</div>\n    <table>\n        <thead>\n          <tr><td>Code</td><td>Description</td><td>Amount</td></tr>\n        </thead>\n        <tbody>\n            <tr ccdReadOrderSummaryRow *ngFor=\"let feeValue of getFees()\" [feeValue]=\"feeValue\"></tr>\n            <tr>\n                <td></td>\n                <td class=\"payment-total\">Total</td>\n                <td><ccd-read-money-gbp-field [amount]=\"getPaymentTotal()\"></ccd-read-money-gbp-field></td>\n            </tr>\n        </tbody>\n    </table>\n  ","styles":["\n    .order-summary-title{border:0;font-family:\"nta\",Arial,sans-serif;font-weight:700;text-transform:none;font-size:18px;line-height:1.2}@media(min-width: 641px){.order-summary-title{font-size:24px;line-height:1.25}}table{margin-bottom:23px}table thead tr td{margin:0;border-bottom:1px solid #0b0c0c;padding-top:41px;padding-bottom:36px;font-family:\"nta\",Arial,sans-serif;font-weight:700;text-transform:none;font-size:14px;line-height:1.1428571429}@media(min-width: 641px){table thead tr td{font-size:16px;line-height:1.25}}table thead tr td:nth-child(3){text-align:right}table tbody tr td{padding-top:12px;padding-bottom:12px;margin:0;border-bottom:1px solid #0b0c0c;font-family:\"nta\",Arial,sans-serif;font-weight:400;text-transform:none;font-size:14px;line-height:1.1428571429}@media(min-width: 641px){table tbody tr td{font-size:16px;line-height:1.25}}table tbody tr td:nth-child(1){width:20px}table tbody tr td:nth-child(2){width:70%}table tbody tr td:nth-child(3){text-align:right;width:10%}table tbody tr:last-child td:nth-child(1){border-bottom:0px}table tbody tr:last-child td:nth-child(2){font-family:\"nta\",Arial,sans-serif;font-weight:700;text-transform:none;font-size:14px;line-height:1.1428571429}@media(min-width: 641px){table tbody tr:last-child td:nth-child(2){font-size:16px;line-height:1.25}}table tbody tr:last-child td:nth-child(2){text-align:right;border-bottom:0px}\n  "]}]}],"members":{"getFees":[{"__symbolic":"method"}],"getPaymentTotal":[{"__symbolic":"method"}]}}}}]