public class PaymentData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PaymentMethod |
paymentMethod |
private Price |
price |
private java.lang.String |
status |
Constructor and Description |
---|
PaymentData() |
Modifier and Type | Method and Description |
---|---|
PaymentMethod |
getPaymentMethod() |
Price |
getPrice() |
java.lang.String |
getStatus() |
void |
setPaymentMethod(PaymentMethod paymentMethod) |
void |
setPrice(Price price) |
void |
setStatus(java.lang.String status) |
private PaymentMethod paymentMethod
private Price price
private java.lang.String status
public PaymentMethod getPaymentMethod()
public void setPaymentMethod(PaymentMethod paymentMethod)
public Price getPrice()
public void setPrice(Price price)
public java.lang.String getStatus()
public void setStatus(java.lang.String status)