Added debit settlement amount calculation

This commit is contained in:
Stephan D
2026-02-06 17:50:11 +01:00
parent 17bc2a2a62
commit c8b8b1183b
44 changed files with 200 additions and 242 deletions

View File

@@ -141,6 +141,7 @@ message PaymentQuote {
oracle.v1.Quote fx_quote = 6;
chain.gateway.v1.EstimateTransferFeeResponse network_fee = 7;
string quote_ref = 8;
common.money.v1.Money debit_settlement_amount = 9;
}
message PaymentQuoteAggregate {