public class InvoicingPaymentDetail extends PayPalModel
Constructor and Description |
---|
InvoicingPaymentDetail()
Default Constructor
|
InvoicingPaymentDetail(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
|
InvoicingPaymentDetail |
setDate(String date)
Setter for date
|
InvoicingPaymentDetail |
setMethod(String method)
Setter for method
|
InvoicingPaymentDetail |
setNote(String note)
Setter for note
|
InvoicingPaymentDetail |
setTransactionId(String transactionId)
Setter for transactionId
|
InvoicingPaymentDetail |
setTransactionType(String transactionType)
Setter for transactionType
|
InvoicingPaymentDetail |
setType(String type)
Setter for type
|
equals, hashCode, toJSON, toString
public InvoicingPaymentDetail()
public InvoicingPaymentDetail(String method)
public InvoicingPaymentDetail setType(String type)
public String getType()
public InvoicingPaymentDetail setTransactionId(String transactionId)
public String getTransactionId()
public InvoicingPaymentDetail setTransactionType(String transactionType)
public String getTransactionType()
public InvoicingPaymentDetail setDate(String date)
public String getDate()
public InvoicingPaymentDetail setMethod(String method)
public String getMethod()
public InvoicingPaymentDetail setNote(String note)
public String getNote()
Copyright © 2015. All Rights Reserved.