E-Payment Integrator 2020 Python Edition

Questions / Feedback?

order_description Property

Description of items the customer is purchasing.

Syntax

def get_order_description() -> str: ...
def set_order_description(value: str) -> None: ...

order_description = property(get_order_description, set_order_description)

Default Value

""

Remarks

This property is optional.

Character length and limitations: 127 single-byte alphanumeric characters.

This property is optional when calling the checkout_payment method.

This property is optional when calling the set_checkout method.

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