ReceiptPaymentCode Property

Code of the payment record generated as a result of this transaction, if such a record exists.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("pay_code")]
public string PaymentCode { get; }

Property Value

String

Implements

IReceiptPaymentCode

Remarks

This field may be empty, even if a payment was made as a part of this transaction. Examples: If netFORUM is configured to generate orders rather than invoices for shippable products, then an order with *only* shippable products will not generate a payment record (initially).

See Also