Receipt

Description

The Receipt object contains information about the receipt template.

Properties

TypeNameDescription
stringReceiptRefNum

Receipt reference number assigned by the Gateway.

Note: Ignored when adding a receipt.

stringNameName of the receipt.
stringSubject

Subject line of the receipt email.

Note: Only applicable if the Target value is email.

stringFromEmail

Email address displayed in the email's "From" field.

Note: Only applicable if the Target value is email.

stringTargetType of receipt output.
Possible Values
  • Email
  • Print
stringContentTypeContent types supported by receipt.
Possible Values
  • Html
  • Text
stringTemplateHTMLHTML version of template (base64-encoded).
stringTemplateTextText version of template (base64-encoded).