package onsuccess; public class Payment { private final int amount; public Payment(int amount) { this.amount = amount; } }