Commit b6a9a0d8 authored by Christoph Marthy's avatar Christoph Marthy Committed by Mark Canterbury
Browse files

Correction for copyOfBill

parent d5874b79
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -1805,8 +1805,8 @@ MsgBillingRecords ::= SEQUENCE
    mgsTransactionStatus        [8] UTF8String OPTIONAL,
    mgsTransactionStatus        [8] UTF8String OPTIONAL,
        -- Status of the transaction (i.e. "declined", "succeeded" etc.)
        -- Status of the transaction (i.e. "declined", "succeeded" etc.)
        -- Details to be defined on a national bases
        -- Details to be defined on a national bases
    cryptocurrency              [9] DigitalTokenIdentifier OPTIONAL
    cryptocurrency              [9] DigitalTokenIdentifier OPTIONAL,
        -- Cryptocurrency of payment as per ISO 24165-2 [57],
        -- Cryptocurrency of payment as per ISO 24165-2 [57]
    copyOfBill                  [10] SEQUENCE OF File OPTIONAL
    copyOfBill                  [10] SEQUENCE OF File OPTIONAL
}
}


@@ -2201,8 +2201,8 @@ MultimediaBillingRecords ::= SEQUENCE
    multimediaTransactionStatus         [8] UTF8String OPTIONAL,
    multimediaTransactionStatus         [8] UTF8String OPTIONAL,
        -- Status of the transaction (i.e. "declined", "succeeded", etc.)
        -- Status of the transaction (i.e. "declined", "succeeded", etc.)
        -- Details to be defined on a national bases
        -- Details to be defined on a national bases
    cryptocurrency                      [9] DigitalTokenIdentifier OPTIONAL
    cryptocurrency                      [9] DigitalTokenIdentifier OPTIONAL,
        -- Cryptocurrency of payment as per ISO 24165-2 [57],
        -- Cryptocurrency of payment as per ISO 24165-2 [57]
    copyOfBill                          [10] SEQUENCE OF File OPTIONAL
    copyOfBill                          [10] SEQUENCE OF File OPTIONAL
}
}