Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 861 Bytes

File metadata and controls

23 lines (18 loc) · 861 Bytes

bind_api.model.Beneficiary

Load the model package

import 'package:bind_api/api.dart';

Properties

Name Type Description Notes
id String
firstName String [optional]
lastName String [optional]
fullName String [optional]
isFavorite bool
accountNumber String
country Country [optional]
currency String ID of a currency associated with beneficiary country [optional]
currencyCode String ISO code of a currency associated with beneficiary country [optional]

[Back to Model list] [Back to API list] [Back to README]