E-Payment Integrator 2020 Python Edition

Questions / Feedback?

duty_amount Property

Duty fees (if any) for imported goods.

Syntax

def get_duty_amount() -> str: ...
def set_duty_amount(value: str) -> None: ...

duty_amount = property(get_duty_amount, set_duty_amount)

Default Value

""

Remarks

This property contains the fee amount associated with the import of the purchased goods.

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