Receipt

Description

The Receipt object contains information about the receipt template.

Properties

Type

Name

Description

string

ReceiptRefNum

Receipt reference number assigned by the Gateway.

Note: Ignored when adding a receipt.

string

Name

Name of the receipt.

string

Subject

Subject line of the receipt email.

Note: Only applicable if the Target value is email.

string

FromEmail

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

Note: Only applicable if the Target value is email.

string

Target

Type of receipt output.

Possible Values
  • Email
  • Print

string

ContentType

Content types supported by receipt.

Possible Values
  • Html
  • Text

string

TemplateHTML

HTML version of template (base64-encoded).

string

TemplateText

Text version of template (base64-encoded).