Class PaymentRefundTransaction
- java.lang.Object
-
- br.com.juno.integration.api.model.BaseModel
-
- br.com.juno.integration.api.model.PaymentRefundTransaction
-
- All Implemented Interfaces:
Serializable
public class PaymentRefundTransaction extends BaseModel
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intinstallmentsprotected StringtransactionId
-
Constructor Summary
Constructors Modifier Constructor Description protectedPaymentRefundTransaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInstallments()List<Payment>getPayments()List<PaymentRefund>getRefunds()StringgetTransactionId()protected voidsetInstallments(int installments)protected voidsetPayments(List<Payment> payments)protected voidsetRefunds(List<PaymentRefund> refunds)protected voidsetTransactionId(String transactionId)StringtoString()
-
-
-
Field Detail
-
transactionId
protected String transactionId
-
installments
protected int installments
-
-
Method Detail
-
getRefunds
public List<PaymentRefund> getRefunds()
-
getTransactionId
public String getTransactionId()
-
getInstallments
public int getInstallments()
-
setTransactionId
protected void setTransactionId(String transactionId)
-
setInstallments
protected void setInstallments(int installments)
-
setRefunds
protected void setRefunds(List<PaymentRefund> refunds)
-
-