sgh-receipt-lib
Advanced tools
Comparing version 0.3.1 to 0.3.2
import { ReceiptType } from "./receipt-type"; | ||
export declare class ReceiptData { | ||
export declare class PaymentReceiptData { | ||
receiptType: ReceiptType; | ||
logo: string; | ||
clientAddress: string; | ||
userName: string; | ||
userEmail: string; | ||
subClient: string; | ||
paymentStatus: string; | ||
transactionReferenceID: string; | ||
transactionDate: string; | ||
cardNumber: string; | ||
transactionAmount: string; | ||
referenceID: string; | ||
previousDue: string; | ||
currentDue: string; | ||
planReferenceID: string; | ||
planStatus: string; | ||
initiatedDate: string; | ||
duration: string; | ||
lastInstallmentDate: string; | ||
installmentAmount: string; | ||
totalAmount: string; | ||
initialAmount: string; | ||
amountBeforeDiscount: string; | ||
discountAmount: string; | ||
originalStatementAmount: string; | ||
paidAmount: string; | ||
labelClass: string; | ||
paymentLevel: string; | ||
logo?: string; | ||
clientAddress?: string; | ||
userName?: string; | ||
userEmail?: string; | ||
subClient?: string; | ||
paymentStatus?: string; | ||
transactionReferenceID?: string; | ||
transactionDate?: string; | ||
cardNumber?: string; | ||
transactionAmount?: string; | ||
referenceID?: string; | ||
previousDue?: string; | ||
currentDue?: string; | ||
planReferenceID?: string; | ||
planStatus?: string; | ||
initiatedDate?: string; | ||
duration?: string; | ||
lastInstallmentDate?: string; | ||
installmentAmount?: string; | ||
totalAmount?: string; | ||
initialAmount?: string; | ||
amountBeforeDiscount?: string; | ||
discountAmount?: string; | ||
originalStatementAmount?: string; | ||
paidAmount?: string; | ||
labelClass?: string; | ||
paymentLevel?: string; | ||
stripeErrorNotes?: StripeErrorNote; | ||
} | ||
export declare class StripeErrorNote { | ||
CODE: string; | ||
DECLINE_CODE: string; | ||
MESSAGE: string; | ||
STATUS_CODE: string; | ||
} |
import { EventEmitter } from '@angular/core'; | ||
import { ReceiptData } from "./receipt-data"; | ||
import { PaymentReceiptData, StripeErrorNote } from "./receipt-data"; | ||
import { ReceiptType } from "./receipt-type"; | ||
@@ -11,9 +11,10 @@ import { MatDialog } from '@angular/material/dialog'; | ||
receiptType: typeof ReceiptType; | ||
receiptData: ReceiptData; | ||
receiptData: PaymentReceiptData; | ||
paymentPlanAmount: any; | ||
printEvent: EventEmitter<boolean>; | ||
item: statusLabelData; | ||
errorMsg: string; | ||
constructor(data: any, dialog: MatDialog); | ||
ngOnInit(): void; | ||
calculatePaymentPlanAmount(receiptData: ReceiptData): void; | ||
calculatePaymentPlanAmount(receiptData: PaymentReceiptData): void; | ||
closeDialog(): void; | ||
@@ -23,4 +24,5 @@ print(): void; | ||
getMonthLabel(duration: string): "Month" | "Months"; | ||
createErrorMessage(errorDetails: StripeErrorNote): string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SghReceiptLibComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SghReceiptLibComponent, "lib-sgh-receipt-lib", never, {}, { "printEvent": "printEvent"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "sgh-receipt-lib", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^15.2.8", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
175515
810