cardProductId property

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

The card product identifier for the card used in the transaction.

Implementation

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