buyString property

  1. @JsonKey(name: 'buyString')
String? buyString
getter/setter pair

If the vendor has a custom localized string describing the "buy" action, that is returned here.

Implementation

@JsonKey(name:'buyString')
String? buyString;