Class OutgoingPaymentRequest
java.lang.Object
io.fliqa.client.interledger.model.OutgoingPaymentRequest
Represents a request to create an outgoing payment.
This class encapsulates the data required to initiate an outgoing payment from a sender's wallet to a receiver's incoming payment. It contains references to the quote, wallet address, and payment destination.
- Since:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe amount to be debited from the sender's wallet.Reference to the incoming payment that will receive the funds.Additional metadata for the payment.Reference to the quote that determines payment amounts and fees.The wallet address from which the payment will be sent. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
walletAddress
The wallet address from which the payment will be sent. -
quoteId
Reference to the quote that determines payment amounts and fees. -
metadata
Additional metadata for the payment. -
incomingPayment
Reference to the incoming payment that will receive the funds. -
debitAmount
The amount to be debited from the sender's wallet.
-
-
Constructor Details
-
OutgoingPaymentRequest
public OutgoingPaymentRequest()
-