status property
- @JsonKey(name: 'status', fromJson: PaymentLogStatus.fromString, toJson: PaymentLogStatus.asString)
final
Implementation
@JsonKey(
name: 'status',
fromJson: PaymentLogStatus.fromString,
toJson: PaymentLogStatus.asString)
final PaymentLogStatus? status;