E-Payment Integrator 2020 Python Edition

Questions / Feedback?

freight_amount Property

Shipping charges associated with this transaction.

Syntax

def get_freight_amount() -> str: ...
def set_freight_amount(value: str) -> None: ...

freight_amount = property(get_freight_amount, set_freight_amount)

Default Value

""

Remarks

This property contains the freight or shipping portion of the total transaction amount.

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