status property

  1. @JsonKey(name: r'status', required: true, includeIfNull: false)
String status
final

This is NOT TransactionStatus, but whatever Steam return.

Implementation

@JsonKey(name: r'status', required: true, includeIfNull: false)
final String status;