object property

String get object
inherited

String representing the object’s type. Objects of the same type share the same value. Value is "bank_account".

Implementation

String get id;/// String representing the object’s type.
/// Objects of the same type share the same value.
/// Value is "bank_account".
String get object;