 | 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.28229
Syntax[NetForumFieldAttribute("pay_code")]
public string PaymentCode { get; }<NetForumFieldAttribute("pay_code")>
Public ReadOnly Property PaymentCode As String
Getpublic:
[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 getProperty Value
StringImplements
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