pobox property

String pobox
@JsonKey(defaultValue: ''), read / write

P.O. box. This is (according to Android's doc) usually but not always mutually exclusive with street. Android only.

Implementation

@JsonKey(defaultValue: '')
String pobox;