diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn
index df26aaf28a59660a7aa857679a42500ac01b20e3..87517d151499a34501a8a6a144987799b1f59e4b 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 a52976f6652d67787dff6d19a9ccb5839c31bf6f..941ecfdc54e16c9c74a19b1b35d30d974b68a089 100644
--- a/102657/RDMessage.xsd
+++ b/102657/RDMessage.xsd
@@ -871,6 +871,7 @@
+
@@ -1880,6 +1881,7 @@
+
@@ -3137,6 +3139,7 @@
+