PermitIssuingPOAddress Property
Address of the Post Office that issued the permit.
Syntax
public AddressDetail getPermitIssuingPOAddress(); public void setPermitIssuingPOAddress(AddressDetail permitIssuingPOAddress);
Remarks
Sending postage due packages requires a permit with a US Post Office. This property should contain the address of the post office that issued the permit.
The only necessary fields to be set for this type are the City, State, and ZipCode.
This must be set to an instance of the AddressDetail type. See the AddressDetail type for more information.