Newer Version Available
VPLS360_InvoiceInfo
This Integration Procedure fetches stub data for the
billing summary and for invoices.
Sample Output
1{
2 "Billing": [{
3 "InvoiceAmount": "$67.50",
4 "InvoiceDate": "7-April-2020",
5 "InvoiceDownload": "/resource/VPLS360Invoice/VPLInvoices/VPLInvoiceApr2020.pdf",
6 "PaymentStatus": "Failed"
7 },
8 {
9 "InvoiceAmount": "$67.50",
10 "InvoiceDate": "7-March-2020",
11 "InvoiceDownload": "/resource/VPLS360Invoice/VPLInvoices/VPLInvoiceMarch2020.pdf",
12 "PaymentStatus": "Paid"
13 }
14 ]
15}Called By
-
Flows:
-
Self care: Billing Card on Overview Page
-
-
Components:
-
LWC: vplS360SelfCareOverviewBillingCard.js
-
LWC: vplS360SelfCareBillingDetails.js
-