@hmcts/ccpay-web-component 6.5.17-beta → 6.5.18-beta
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
|
@@ -1229,7 +1229,6 @@ declare class FeeSummaryComponent implements OnInit {
|
|
|
1229
1229
|
totalFee: number;
|
|
1230
1230
|
payhubHtml: SafeHtml;
|
|
1231
1231
|
service: string;
|
|
1232
|
-
platForm: string;
|
|
1233
1232
|
upPaymentErrorMessage: string;
|
|
1234
1233
|
selectedOption: string;
|
|
1235
1234
|
isBackButtonEnable: boolean;
|
|
@@ -1256,10 +1255,8 @@ declare class FeeSummaryComponent implements OnInit {
|
|
|
1256
1255
|
takePayment(): void;
|
|
1257
1256
|
goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean): void;
|
|
1258
1257
|
isCheckAmountdueExist(amountDue: any): amountDue is undefined;
|
|
1259
|
-
getAntennaValue(): string;
|
|
1260
1258
|
getKervValue(): string;
|
|
1261
1259
|
getPaymentMethod(): string;
|
|
1262
|
-
setPaymentValue(value: string): void;
|
|
1263
1260
|
isTakePaymentButtonDisabled(): boolean;
|
|
1264
1261
|
isTelephonySelectionEnable(): boolean;
|
|
1265
1262
|
isTelephonySelectionEnableNull(): void;
|