Success constructor
Constructs a Success object.
paymentKey
represents the key of the successful payment.
orderId
represents the id of the order related to the successful payment.
amount
represents the amount of the successful payment.
Implementation
Success(this.paymentKey, this.orderId, this.amount, this.additionalParams);