id property

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

A unique identifier of this stored payment method.

Implementation

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