E-Payment Integrator 2020 Python Edition

Questions / Feedback?

order_total Property

Total amount of the order.

Syntax

def get_order_total() -> str: ...
def set_order_total(value: str) -> None: ...

order_total = property(get_order_total, set_order_total)

Default Value

""

Remarks

This includes: sales tax applied (tax_total), shipping (shipping_total) and handling charges.

This property is required.

Limitations: Must not exceed $10,000 USD in any currency. The decimal separator must be a period (.) and the thousands separator a comma (,). No currency symbol ($) is to be sent.

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