CheckPayment Class

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class CheckPayment : PinBasedPayment
Inheritance
Object    NetForumEntity    PinBasedPayment    CheckPayment

Constructors

CheckPaymentInitializes a new instance of the CheckPayment class

Properties

AccountingPaymentMethod
(Inherited from PinBasedPayment)
BillingCity Billing address city for this credit card.
(Inherited from PinBasedPayment)
BillingCountryIsoNumericCode Billing address country for this credit card, represented by the ISO numeric code for the country.
(Inherited from PinBasedPayment)
BillingState Billing address state for this credit card.
(Inherited from PinBasedPayment)
BillingStreet Billing address street for this credit card.
(Inherited from PinBasedPayment)
BillingZip Billing address zip code for this credit card.
(Inherited from PinBasedPayment)
CheckNumber 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsUsableForAutoPay
(Inherited from PinBasedPayment)
NameOnCheck 
PaymentAmount 
RevisionInformation
(Inherited from NetForumEntity)

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also