+ quotation provider

This commit is contained in:
Stephan D
2025-12-11 01:13:13 +01:00
parent bdf766075e
commit a4481fb63d
102 changed files with 2242 additions and 246 deletions

View File

@@ -76,10 +76,11 @@ message CardEndpoint {
string token = 2; // network or gateway-issued token
}
string cardholder_name = 3;
uint32 exp_month = 4;
uint32 exp_year = 5;
string country = 6;
string masked_pan = 7;
string cardholder_surname = 4;
uint32 exp_month = 5;
uint32 exp_year = 6;
string country = 7;
string masked_pan = 8;
}
message PaymentEndpoint {