public class Notice extends Payload
| Constructor and Description |
|---|
Notice() |
| Modifier and Type | Method and Description |
|---|---|
Customer |
getCustomer() |
Integer |
getEstimatedRenewalAmountInCents() |
String |
getMessage() |
PaymentProfile |
getPaymentProfile() |
Product |
getProduct() |
Boolean |
isEmailSent() |
void |
setCustomer(Customer customer) |
void |
setEmailSent(Boolean emailSent) |
void |
setEstimatedRenewalAmountInCents(Integer estimatedRenewalAmountInCents) |
void |
setMessage(String message) |
void |
setPaymentProfile(PaymentProfile paymentProfile) |
void |
setProduct(Product product) |
getEventId, getSite, getSubscription, setEventId, setSite, setSubscriptionpublic Customer getCustomer()
public void setCustomer(Customer customer)
public Boolean isEmailSent()
public void setEmailSent(Boolean emailSent)
public Integer getEstimatedRenewalAmountInCents()
public void setEstimatedRenewalAmountInCents(Integer estimatedRenewalAmountInCents)
public String getMessage()
public void setMessage(String message)
public PaymentProfile getPaymentProfile()
public void setPaymentProfile(PaymentProfile paymentProfile)
public Product getProduct()
public void setProduct(Product product)
Copyright © 2019. All rights reserved.