Class PaymentController.PaymentRequest
java.lang.Object
io.github.ravocode.avoonce.sample.PaymentController.PaymentRequest
- Enclosing class:
PaymentController
Incoming payment request payload used by the controller.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
accountId
The account identifier for the payment. -
amount
public double amountThe payment amount to process.
-
-
Constructor Details
-
PaymentRequest
public PaymentRequest()
-