type property

  1. @JsonKey(name: 'type')
String? type
final

Specifies the type of transaction. This value is automatically generated using any of the developer tools.

Implementation

@JsonKey(name: 'type')
final String? type;