price property

  1. @JsonKey.new(name: 'price')
SuggestedPostPrice? get price
inherited

Optional. Proposed price of the post. If the field is omitted, then the post is unpaid.

Implementation

@JsonKey(name: 'price')
SuggestedPostPrice? get price;