Class PaymentController.PaymentRequest

java.lang.Object
io.github.ravocode.avoonce.sample.PaymentController.PaymentRequest
Enclosing class:
PaymentController

public static class PaymentController.PaymentRequest extends Object
Incoming payment request payload used by the controller.
  • Field Details

    • accountId

      public String accountId
      The account identifier for the payment.
    • amount

      public double amount
      The payment amount to process.
  • Constructor Details

    • PaymentRequest

      public PaymentRequest()