ReceiptPaymentCode Property
Code of the payment record generated as a result of this transaction, if such a record exists.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("pay_code")]
public string PaymentCode { get; }
<NetForumFieldAttribute("pay_code")>
Public ReadOnly Property PaymentCode As String
Get
public:
[NetForumFieldAttribute(L"pay_code")]
virtual property String^ PaymentCode {
String^ get () sealed;
}
[<NetForumFieldAttribute("pay_code")>]
abstract PaymentCode : string with get
[<NetForumFieldAttribute("pay_code")>]
override PaymentCode : string with get
StringIReceiptPaymentCode
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).