status property

  1. @JsonKey(defaultValue: '')
String status
final

The result code of connecting to billing server. Returns "100000" on success and other codes on failure.

Implementation

@JsonKey(defaultValue: '')
final String status;