E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payer_zip Property

Payer's United States ZIP code or other country-specific postal code.

Syntax

def get_payer_zip() -> str: ...
def set_payer_zip(value: str) -> None: ...

payer_zip = property(get_payer_zip, set_payer_zip)

Default Value

""

Remarks

Payer's United States ZIP code or other country-specific postal code.

This property is required.

Character length and limitations: 20 single-byte characters.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]