public class PaymentDetail extends PayPalModel
| Constructor and Description |
|---|
PaymentDetail()
Default Constructor
|
PaymentDetail(String method)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Getter for date
|
String |
getMethod()
Getter for method
|
String |
getNote()
Getter for note
|
String |
getTransactionId()
Getter for transactionId
|
String |
getTransactionType()
Getter for transactionType
|
String |
getType()
Getter for type
|
PaymentDetail |
setDate(String date)
Setter for date
|
PaymentDetail |
setMethod(String method)
Setter for method
|
PaymentDetail |
setNote(String note)
Setter for note
|
PaymentDetail |
setTransactionId(String transactionId)
Setter for transactionId
|
PaymentDetail |
setTransactionType(String transactionType)
Setter for transactionType
|
PaymentDetail |
setType(String type)
Setter for type
|
equals, hashCode, toJSON, toStringpublic PaymentDetail()
public PaymentDetail(String method)
public PaymentDetail setType(String type)
public String getType()
public PaymentDetail setTransactionId(String transactionId)
public String getTransactionId()
public PaymentDetail setTransactionType(String transactionType)
public String getTransactionType()
public PaymentDetail setDate(String date)
public String getDate()
public PaymentDetail setMethod(String method)
public String getMethod()
public PaymentDetail setNote(String note)
public String getNote()
Copyright © 2015. All Rights Reserved.