Name | Description | |
---|---|---|
![]() | PaymentInfo Constructor |
The following tables list the members exposed by PaymentInfo.
Name | Description | |
---|---|---|
![]() | PaymentInfo Constructor |
Name | Description | |
---|---|---|
![]() | AccountholderName | Specifies the attributes of an account holder's name. |
![]() | BankAddress | Specifies the bank address. |
![]() | BankCity | Specifies the city where the bank is located. |
![]() | BankDraftDay | Specifies the bank draft day. |
![]() | BankName | Specifies the bank name. |
![]() | BankNumber | Specifies the bank number. |
![]() | BankRouting | Specifies the bank routing number. |
![]() | BankState | Specifies the state where the bank is located. |
![]() | BankType | Specifies the bank type. |
![]() | BankZip | Specifies the zip code of the bank address. |
![]() | CreditExpiration | Specifies the credit card expiration date. |
![]() | CreditNumber | Specifies the cred card number. |
![]() | CreditSecurityCode | Specifies the credit card security code. |
![]() | CreditType | Specifies the credit type. |
![]() | PaymentTransactions | The payment transactions |
![]() | PaymentType | The PaymentType object consists of many classes that specify the attributes of a payment type. For example, the accountholder's name, bank type, etc. |
Name | Description | |
---|---|---|
![]() | ShouldSerializeCreditExpiration | A ShouldSerialize[Object] method (ShouldSerializeCreditExpiration) that returns true or false. XML serialization enables an object's public fields and properties to be saved and loaded to/from an XML file. Typically, XML serialization will be desired for an object that is not null or empty and has a value such as a string object or a list object that is not null and has at least one element. |
![]() | ShouldSerializePaymentTransactions | Indicates whether the payment transactions should be serialized. |