CheckPayment Class |
Namespace: Intuit.Ipp.Data
[SerializableAttribute] public class CheckPayment
The CheckPayment type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckPayment | Initializes a new instance of the CheckPayment class |
Name | Description | |
---|---|---|
![]() | AcctNum |
Product: ALL
Description: Checking account number,
as printed on the check.
|
![]() | BankName |
Product: ALL
Description: The name of the bank on
which the check was drawn.
|
![]() | CheckNum |
Product: ALL
Description: The check number printed
on the check.
|
![]() | CheckPaymentEx |
Product: ALL
Description: Internal use only:
extension place holder for CheckPayment
|
![]() | NameOnAcct |
Product: ALL
Description: Name of persons or
entities holding the account, as printed on the check.
|
![]() | Status |
Product: ALL
Description: Status of the check.
Values provided by service/business logic.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |