type property

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

The paymentMethod.type value used in the request.

Implementation

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