public class SubscriptionBillingData extends Object implements Serializable
| Constructor and Description |
|---|
SubscriptionBillingData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillingDate() |
String |
getBillingId() |
String |
getBillingPeriod() |
String |
getPaymentAmount() |
String |
getPaymentStatus() |
void |
setBillingDate(String billingDate) |
void |
setBillingId(String billingId) |
void |
setBillingPeriod(String billingPeriod) |
void |
setPaymentAmount(String paymentAmount) |
void |
setPaymentStatus(String paymentStatus) |
public void setBillingId(String billingId)
public String getBillingId()
public void setBillingPeriod(String billingPeriod)
public String getBillingPeriod()
public void setBillingDate(String billingDate)
public String getBillingDate()
public void setPaymentAmount(String paymentAmount)
public String getPaymentAmount()
public void setPaymentStatus(String paymentStatus)
public String getPaymentStatus()
Copyright © 2017 SAP SE. All Rights Reserved.