Click or drag to resize

AchPayment Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Commerce.ShoppingPinBasedPayment
      Ignition.Commerce.ShoppingAchPayment

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class AchPayment : PinBasedPayment

The AchPayment type exposes the following members.

Constructors
 NameDescription
Public methodAchPaymentInitializes a new instance of the AchPayment class
Top
Properties
 NameDescription
Public propertyAccountingPaymentMethod
(Inherited from PinBasedPayment)
Public propertyAccountNumber 
Public propertyAccountType 
Public propertyBillingCity Billing address city for this credit card.
(Inherited from PinBasedPayment)
Public propertyBillingCountryIsoNumericCode Billing address country for this credit card, represented by the ISO numeric code for the country.
(Inherited from PinBasedPayment)
Public propertyBillingState Billing address state for this credit card.
(Inherited from PinBasedPayment)
Public propertyBillingStreet Billing address street for this credit card.
(Inherited from PinBasedPayment)
Public propertyBillingZip Billing address zip code for this credit card.
(Inherited from PinBasedPayment)
Public propertyCheckNumber 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsUsableForAutoPay
(Overrides PinBasedPaymentIsUsableForAutoPay)
Public propertyNameOnCheck 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyRoutingNumber 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also