IPWorks EDI 2020 Python Edition

Questions / Feedback?

receipt_delivery_option Property

A URL indicating how the receipt is to be delivered.

Syntax

def get_receipt_delivery_option() -> str: ...

receipt_delivery_option = property(get_receipt_delivery_option, None)

Default Value

""

Remarks

This property corresponds to the Receipt-delivery-option header in request. If nonempty, the client has requested that the receipt be sent to the URL specified asynchronously. If empty, the receipt is to be delivered synchronously in the HTTP reply. In either case the receipt may be delivered by invoking send_response.

receipt_delivery_option does not indicate whether or not a receipt was actually requested. If an MDN was requested, that information is given in mdn_to.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]