@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class EmailCredits extends Object
| Constructor and Description |
|---|
EmailCredits() |
| Modifier and Type | Method and Description |
|---|---|
EmailCredits |
amount(BigDecimal amount) |
EmailCredits |
date(org.threeten.bp.OffsetDateTime date) |
boolean |
equals(Object o) |
BigDecimal |
getAmount()
Amount of money in transaction
|
org.threeten.bp.OffsetDateTime |
getDate()
Date in YYYY-MM-DDThh:ii:ss format
|
String |
getNotes()
Free form field of notes
|
String |
getSource()
Source of URL of payment
|
int |
hashCode() |
EmailCredits |
notes(String notes) |
void |
setAmount(BigDecimal amount) |
void |
setDate(org.threeten.bp.OffsetDateTime date) |
void |
setNotes(String notes) |
void |
setSource(String source) |
EmailCredits |
source(String source) |
String |
toString() |
public EmailCredits date(org.threeten.bp.OffsetDateTime date)
public org.threeten.bp.OffsetDateTime getDate()
public void setDate(org.threeten.bp.OffsetDateTime date)
public EmailCredits amount(BigDecimal amount)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public EmailCredits source(String source)
public String getSource()
public void setSource(String source)
public EmailCredits notes(String notes)
public String getNotes()
public void setNotes(String notes)
Copyright © 2019. All rights reserved.