@hmcts/ccpay-web-component 6.5.17 → 6.5.18-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -1230,7 +1230,6 @@ declare class FeeSummaryComponent implements OnInit {
|
|
|
1230
1230
|
totalFee: number;
|
|
1231
1231
|
payhubHtml: SafeHtml;
|
|
1232
1232
|
service: string;
|
|
1233
|
-
platForm: string;
|
|
1234
1233
|
upPaymentErrorMessage: string;
|
|
1235
1234
|
selectedOption: string;
|
|
1236
1235
|
isBackButtonEnable: boolean;
|
|
@@ -1257,10 +1256,8 @@ declare class FeeSummaryComponent implements OnInit {
|
|
|
1257
1256
|
takePayment(): void;
|
|
1258
1257
|
goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean): void;
|
|
1259
1258
|
isCheckAmountdueExist(amountDue: any): amountDue is undefined;
|
|
1260
|
-
getAntennaValue(): string;
|
|
1261
1259
|
getKervValue(): string;
|
|
1262
1260
|
getPaymentMethod(): string;
|
|
1263
|
-
setPaymentValue(value: string): void;
|
|
1264
1261
|
isTakePaymentButtonDisabled(): boolean;
|
|
1265
1262
|
isTelephonySelectionEnable(): boolean;
|
|
1266
1263
|
isTelephonySelectionEnableNull(): void;
|