encryptedCard property

  1. @BuiltValueField.new(wireName: r'encryptedCard')
String? get encryptedCard

Only include this for JSON Web Encryption (JWE) implementations. The JWE-encrypted card details.

Implementation

@BuiltValueField(wireName: r'encryptedCard')
String? get encryptedCard;