public class RefundTransactionModel
extends java.lang.Object
Constructor and Description |
---|
RefundTransactionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReferenceCode()
Getter for referenceCode
A user-defined reference field containing information about this refund.
|
java.util.Date |
getRefundDate()
Getter for refundDate
The date of the refund.
|
java.util.ArrayList<java.lang.String> |
getRefundLines()
Getter for refundLines
If you chose a refund of type `Partial`, this indicates which lines from the original transaction are being refunded.
|
java.math.BigDecimal |
getRefundPercentage()
Getter for refundPercentage
The percentage for refund.
|
java.lang.String |
getRefundTransactionCode()
Getter for refundTransactionCode
The transaction code for the refund.
|
RefundType |
getRefundType()
Getter for refundType
Type of this refund.
|
void |
setReferenceCode(java.lang.String value)
Setter for referenceCode
A user-defined reference field containing information about this refund.
|
void |
setRefundDate(java.util.Date value)
Setter for refundDate
The date of the refund.
|
void |
setRefundLines(java.util.ArrayList<java.lang.String> value)
Setter for refundLines
If you chose a refund of type `Partial`, this indicates which lines from the original transaction are being refunded.
|
void |
setRefundPercentage(java.math.BigDecimal value)
Setter for refundPercentage
The percentage for refund.
|
void |
setRefundTransactionCode(java.lang.String value)
Setter for refundTransactionCode
The transaction code for the refund.
|
void |
setRefundType(RefundType value)
Setter for refundType
Type of this refund.
|
java.lang.String |
toString()
Returns a JSON string representation of RefundTransactionModel
|
public java.lang.String getRefundTransactionCode()
public void setRefundTransactionCode(java.lang.String value)
public java.util.Date getRefundDate()
public void setRefundDate(java.util.Date value)
public RefundType getRefundType()
public void setRefundType(RefundType value)
public java.math.BigDecimal getRefundPercentage()
public void setRefundPercentage(java.math.BigDecimal value)
public java.util.ArrayList<java.lang.String> getRefundLines()
public void setRefundLines(java.util.ArrayList<java.lang.String> value)
public java.lang.String getReferenceCode()
public void setReferenceCode(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object