entityType property

  1. @BuiltValueField.new(wireName: r'entityType')
PaymentRequestEntityTypeEnum? get entityType

The type of the entity the payment is processed for.

Implementation

@BuiltValueField(wireName: r'entityType')
PaymentRequestEntityTypeEnum? get entityType;