type property

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

The type of entity that owns the bank account or card. Possible values: individual, organization, or unknown. Required when category is card. In this case, the value must be individual.

Implementation

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