encryptedCardNumber property

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

Encrypted data that stores card information for non PCI-compliant use cases. The encrypted data must be created with the Checkout Card Component or Secured Fields Component, and must contain the encryptedCardNumber field. > Either the cardNumber or encryptedCardNumber field must be provided in a payment request.

Implementation

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