The CPayment type exposes the following members.

Properties

  NameDescription
Public propertyAmount
Gets or sets the monetary amount of this payment.
Public propertyCashAccountCode
Gets or sets a reference to the cash account that should receive/process this payment.
Public propertyCheckPOPaymentNumber
Gets or sets the payment number, e.g., the check number for checks or PO number for purchase orders.
Public propertyClassicPayType
Gets a String representation of the payment type.
Public propertyCreditCardExpiration
Gets or sets the expiration date of the credit card for credit card payments.
Public propertyCreditCardExpirationEncrypted
Gets the credit card expiration date associated with the payment after it has been encrypted.
Public propertyCreditCardExpirationMasked
Gets the CreditCardExpiration masked by asterisks.
Public propertyCreditCardNumber
Gets or sets the credit card number for payments made by credit card.
Public propertyCreditCardSecurityCode
Gets or sets the credit card security code found on the credit card.
Public propertyCreditCardSecurityCodeEncrypted
Gets the credit card security code associated with the payment after it has been encrypted.
Public propertyCreditDebitCardAuthorizationCode
Gets or sets the credit or debit card authorization code typically returned from a 3rd party card processing service.
Public propertyCreditDebitCardHoldersName
Gets or sets the name of the credit or debit card holder, as it appears on the card.
Public propertyCreditDebitCardNumberEncrypted
Gets the credit or debit card number associated with the payment after it has been encrypted.
Public propertyCreditDebitCardNumberMasked
Gets the CreditCardNumber or DebitCardNumber, but with all but the last 4 digits masked by asterisks.
Public propertyCreditDebitCardStatus
Gets or sets the status of the credit card processing on this payment.
Public propertyDebitCardIssueDate
Gets or sets the Issue Date from a European debit card, for debit card payment.
Public propertyDebitCardIssueNumber
Gets or sets the Issue Number from a European debit card, for debit card payment.
Public propertyDebitCardNumber
Gets or sets the debit card number for payments made by debit card.
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Public propertyIsAmountLocked
Gets or sets an indicator of whether the Amount property should be locked (i.e., unchangeable).
Public propertyOriginalTransactionId
The original transaction ID returned from the payment processor when the payment has been previously processed through a gateway
Public propertyPaymentAuthorizationAccount
Gets the CPaymentAuthorizationAccount object associated with this CPayment object, or null if there is none.
Public propertyPaymentType
Gets or sets a value that indicates what type of payment this is (e.g., credit card, check, PO, etc.).
Public propertyReferenceNumber
The reference number to be added to a transaction when processed through a payment gateway.
Public propertyTransactionComment1
A comment about the payment
Public propertyTransactionComment2
An additional comment about the payment
Public propertyTransactionId
The transaction ID returned from the payment processor when the payment has been processed through a gateway

See Also