public class InvoicingRefundDetail extends PayPalModel
| Constructor and Description |
|---|
InvoicingRefundDetail()
Default Constructor
|
InvoicingRefundDetail(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
|
InvoicingRefundDetail |
setDate(String date)
Setter for date
|
InvoicingRefundDetail |
setNote(String note)
Setter for note
|
InvoicingRefundDetail |
setType(String type)
Setter for type
|
equals, hashCode, toJSON, toStringpublic InvoicingRefundDetail()
public InvoicingRefundDetail(String type)
public InvoicingRefundDetail setType(String type)
public String getType()
public InvoicingRefundDetail setDate(String date)
public String getDate()
public InvoicingRefundDetail setNote(String note)
public String getNote()
Copyright © 2015. All Rights Reserved.