orderId property

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

The unique ID for this purchase. Corresponds to the Google Payments order ID.

Implementation

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