public class RefundDetail extends PayPalModel
| Constructor and Description |
|---|
RefundDetail()
Default Constructor
|
RefundDetail(String type)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Getter for date
|
String |
getNote()
Getter for note
|
String |
getType()
Getter for type
|
RefundDetail |
setDate(String date)
Setter for date
|
RefundDetail |
setNote(String note)
Setter for note
|
RefundDetail |
setType(String type)
Setter for type
|
equals, hashCode, toJSON, toStringpublic RefundDetail()
public RefundDetail(String type)
public RefundDetail setType(String type)
public String getType()
public RefundDetail setDate(String date)
public String getDate()
public RefundDetail setNote(String note)
public String getNote()
Copyright © 2015. All Rights Reserved.