type property

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

The payment method type.

Implementation

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