proofId property

  1. @JsonKey(name: 'proof_id')
int? proofId
getter/setter pair

ID of the proof, if any.

The proof is a file (receipt or price tag image) uploaded by the user to prove the price of the product. The proof must be uploaded before the price, and the authenticated user must be the owner of the proof.

Implementation

@JsonKey(name: 'proof_id')
int? proofId;