type property

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

The type of transfer. Possible values: - bankTransfer: for push transfers to a transfer instrument or a bank account. The category must be bank. - internalTransfer: for push transfers between balance accounts. The category must be internal. - internalDirectDebit: for pull transfers (direct debits) between balance accounts. The category must be internal.

Implementation

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