@@ -1113,8 +1113,8 @@ pub struct MerchantRiskIndicator {
1113
1113
/// New field introduced:
1114
1114
/// - transChar -> Indicates to the ACS specific transactions identified by the Merchant.
1115
1115
/// - Size: Variable, 1-2 elements. JSON Data Type: Array of String. Accepted values:
1116
- /// - 01 -> Cryptocurrency transaction
1117
- /// - 02 -> NFT transaction
1116
+ /// - 01 -> Cryptocurrency transaction
1117
+ /// - 02 -> NFT transaction
1118
1118
trans_char : Option < String > ,
1119
1119
}
1120
1120
@@ -1558,19 +1558,19 @@ pub struct Sdk {
1558
1558
/// Creates a JSON object of the following data as the JWS payload to be signed:
1559
1559
///
1560
1560
/// - SDK Reference Number -> Identifies the vendor and version of the 3DS SDK that is utilised for a specific
1561
- /// transaction. The value is assigned by EMVCo when the Letter of Approval of the
1562
- /// specific 3DS SDK is issued. The field is limited to 32 characters.
1561
+ /// transaction. The value is assigned by EMVCo when the Letter of Approval of the
1562
+ /// specific 3DS SDK is issued. The field is limited to 32 characters.
1563
1563
/// - SDK Signature Timestamp -> Date and time indicating when the 3DS SDK generated the Split-SDK Server Signed
1564
- /// Content converted into UTC. The value is limited to 14 characters. Accepted
1565
- /// format: YYYYMMDDHHMMSS.
1564
+ /// Content converted into UTC. The value is limited to 14 characters. Accepted
1565
+ /// format: YYYYMMDDHHMMSS.
1566
1566
/// - SDK Transaction ID -> Universally unique transaction identifier assigned by the 3DS SDK to identify a
1567
- /// single transaction. The field is limited to 36 characters and it shall be in a
1568
- /// canonical format as defined in IETF RFC 4122. This may utilize any of the specified
1569
- /// versions as long as the output meets specific requirements.
1567
+ /// single transaction. The field is limited to 36 characters and it shall be in a
1568
+ /// canonical format as defined in IETF RFC 4122. This may utilize any of the specified
1569
+ /// versions as long as the output meets specific requirements.
1570
1570
/// - Split-SDK Server ID -> DS assigned Split-SDK Server identifier. Each DS can provide a unique ID to each
1571
- /// Split-SDK Server on an individual basis. The field is limited to 32 characters.
1572
- /// Any individual DS may impose specific formatting and character requirements on the
1573
- /// contents of this field.
1571
+ /// Split-SDK Server on an individual basis. The field is limited to 32 characters.
1572
+ /// Any individual DS may impose specific formatting and character requirements on the
1573
+ /// contents of this field.
1574
1574
///
1575
1575
/// Generates a digital signature of the full JSON object according to JWS (RFC 7515) using JWS Compact
1576
1576
/// Serialization. The parameter values for this version of the specification and to be included in the JWS
@@ -1705,7 +1705,7 @@ pub struct SplitSdkType {
1705
1705
/// Limited Split-SDK Indicator: If the Split-SDK client has limited capabilities
1706
1706
/// - Length: 1 character
1707
1707
/// - Value accepted:
1708
- /// • Y = Limited
1708
+ /// • Y = Limited
1709
1709
/// - Only present if value = Y
1710
1710
limited_ind : Option < String > ,
1711
1711
}
0 commit comments