Class PaymentTransaction
- java.lang.Object
-
- br.com.juno.integration.api.model.BaseModel
-
- br.com.juno.integration.api.model.PaymentTransaction
-
- All Implemented Interfaces:
Serializable
public class PaymentTransaction extends BaseModel
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intinstallmentsprotected StringtransactionId
-
Constructor Summary
Constructors Modifier Constructor Description protectedPaymentTransaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInstallments()List<Payment>getPayments()StringgetTransactionId()StringtoString()
-
-
-
Field Detail
-
transactionId
protected String transactionId
-
installments
protected int installments
-
-