transactionCode property
- @JsonKey(name: 'transaction_code', toJson: transactionCodeToJson, fromJson: transactionCodeFromJson)
final
Implementation
@JsonKey(
name: 'transaction_code',
toJson: transactionCodeToJson,
fromJson: transactionCodeFromJson,
)
final enums.TransactionCode? transactionCode;