From a949281161f167156079baecd9df1141d375ba3f Mon Sep 17 00:00:00 2001 From: marthy Date: Mon, 27 Jan 2025 15:23:53 +0000 Subject: [PATCH] Update 2 files - /102657/RDMessage.asn - /102657/RDMessage.xsd --- 102657/RDMessage.asn | 12 +++++++++--- 102657/RDMessage.xsd | 3 +++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index df26aaf2..87517d15 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -793,7 +793,9 @@ BillingRecords ::= SEQUENCE transactionStatus [8] UTF8String OPTIONAL, -- Status of the transaction (i.e. "declined", "succeeded", etc.) -- Details to be defined on a national bases - copyOfBill [9] SEQUENCE OF File OPTIONAL + copyOfBill [9] SEQUENCE OF File OPTIONAL, + cryptocurrency [10] DigitalTokenIdentifier OPTIONAL + -- Cryptocurrency of payment as per ISO 24165-2 [57] } @@ -1799,9 +1801,11 @@ MsgBillingRecords ::= SEQUENCE msgTransactionID [7] UTF8String OPTIONAL, -- Unique reference for this transaction/billing record -- Details to be defined on a national basis - mgsTransactionStatus [8] UTF8String OPTIONAL + mgsTransactionStatus [8] UTF8String OPTIONAL, -- Status of the transaction (i.e. "declined", "succeeded" etc.) -- Details to be defined on a national bases + cryptocurrency [9] DigitalTokenIdentifier OPTIONAL + -- Cryptocurrency of payment as per ISO 24165-2 [57] } NationalMsgBillingRecords ::= SEQUENCE @@ -2191,9 +2195,11 @@ MultimediaBillingRecords ::= SEQUENCE multimediaTransactionID [7] UTF8String OPTIONAL, -- Unique reference for this transaction/billing record -- Details to be defined on a national basis - multimediaTransactionStatus [8] UTF8String OPTIONAL + multimediaTransactionStatus [8] UTF8String OPTIONAL, -- Status of the transaction (i.e. "declined", "succeeded", etc.) -- Details to be defined on a national bases + cryptocurrency [9] DigitalTokenIdentifier OPTIONAL + -- Cryptocurrency of payment as per ISO 24165-2 [57] } NationalMultimediaBillingRecords ::= SEQUENCE diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index a52976f6..941ecfdc 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -871,6 +871,7 @@ + @@ -1880,6 +1881,7 @@ + @@ -3137,6 +3139,7 @@ + -- GitLab