Serialized Form
-
Package com.bank.payment.exceptions
-
Exception Class com.bank.payment.exceptions.AccountReceiverNotFoundException
class AccountReceiverNotFoundException extends RuntimeException implements Serializable -
Exception Class com.bank.payment.exceptions.AccountSenderNotFoundException
class AccountSenderNotFoundException extends RuntimeException implements Serializable -
Exception Class com.bank.payment.exceptions.FirstTransferPixException
class FirstTransferPixException extends RuntimeException implements Serializable -
Exception Class com.bank.payment.exceptions.PaymentNotFoundException
class PaymentNotFoundException extends RuntimeException implements Serializable -
Exception Class com.bank.payment.exceptions.PixNotFoundException
class PixNotFoundException extends RuntimeException implements Serializable -
Exception Class com.bank.payment.exceptions.TransferBalanceToYourselfException
class TransferBalanceToYourselfException extends RuntimeException implements Serializable -
Exception Class com.bank.payment.exceptions.TransferInsuficientBalanceException
class TransferInsuficientBalanceException extends RuntimeException implements Serializable
-
-
Package com.bank.payment.models
-
Class com.bank.payment.models.AccountModel
class AccountModel extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
balance
BigDecimal balance
-
createdAt
Long createdAt
-
idAccount
Long idAccount
-
imageUrl
String imageUrl
-
lastUpdatedAt
Long lastUpdatedAt
-
receivePayment
Set<PaymentModel> receivePayment
-
sendPayment
Set<PaymentModel> sendPayment
-
-
Class com.bank.payment.models.KnownPixModel
class KnownPixModel extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.bank.payment.models.PaymentModel
class PaymentModel extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
amountPaid
BigDecimal amountPaid
-
idPayment
Long idPayment
-
paymentCompletionDate
Long paymentCompletionDate
-
paymentDescription
String paymentDescription
-
paymentRequestDate
Long paymentRequestDate
-
paymentType
PaymentType paymentType
-
receiverAccount
AccountModel receiverAccount
-
senderAccount
AccountModel senderAccount
-
-
Class com.bank.payment.models.PixModel
class PixModel extends Object implements Serializable- serialVersionUID:
- 1L
-