subtype property

  1. @BuiltValueField.new(wireName: r'subtype')
PayPalDetailsSubtypeEnum? get subtype

The type of flow to initiate.

Implementation

@BuiltValueField(wireName: r'subtype')
PayPalDetailsSubtypeEnum? get subtype;