type property

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

Default payment method details. Common for scheme payment methods, and for simple payment method details.

Implementation

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