Enumeration DigitalReceiptNotificationPreference

The way we can notify the client about the receipt for the accepted order.

Enumeration Members

Enumeration Members

Email: "Email"

Client selected 'I want the receipt on my email'

None: "None"

Client selected 'I don't want a receipt'

NotSpecified: "NotSpecified"

Client did not specify how they want to receive digital receipt. Default value. Should be set as NotSpecified when the receipt is expected to be NOT digital.

PhoneSms: "PhoneSms"

Client selected 'I want the receipt link by phone via SMS'

Generated using TypeDoc