public class PaymentInfoInvoice extends PaymentInfo
Constructor and Description |
---|
PaymentInfoInvoice(double dTotal)
Creates a new instance of PaymentInfoInvoice
|
Modifier and Type | Method and Description |
---|---|
PaymentInfo |
clonePayment() |
String |
getName() |
double |
getTotal() |
printsTotal, printTotal
public PaymentInfoInvoice(double dTotal)
public PaymentInfo clonePayment()
clonePayment
in class PaymentInfo
public String getName()
getName
in class PaymentInfo
public double getTotal()
getTotal
in class PaymentInfo
Copyright © 2021. All rights reserved.