visible property
If a vendor is not visible, we still have and will give vendor definition info, but we won't use them for things like Advisors or UI.
Implementation
@JsonKey(name:'visible')
bool? visible;
If a vendor is not visible, we still have and will give vendor definition info, but we won't use them for things like Advisors or UI.
@JsonKey(name:'visible')
bool? visible;