The Payment type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Payment |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ResetID |
Resets the node.
| |
| ResetInstructionID |
Resets the node.
| |
| ResetPaidAmount |
Resets the node.
| |
| ResetPaidDate |
Resets the node.
| |
| ResetPaidTime |
Resets the node.
| |
| ResetReceivedDate |
Resets the node.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ID |
Identifier (BBIE). Identifies the payment.
| |
| IDSet |
Checks if the property has been set or not.
| |
| InstructionID |
Instruction Identifier (BBIE). Identifies the Payment Instruction.
| |
| InstructionIDSet |
Checks if the property has been set or not.
| |
| PaidAmount |
Amount (BBIE). The amount paid.
| |
| PaidAmountSet |
Checks if the property has been set or not.
| |
| PaidDate |
Date (BBIE). The date at which the payment was made.
| |
| PaidDateSet |
Checks if the property has been set or not.
| |
| PaidTime |
Time (BBIE). The time at which the payment was made.
| |
| PaidTimeSet |
Checks if the property has been set or not.
| |
| ReceivedDate |
Date (BBIE). The date on which the payment was received.
| |
| ReceivedDateSet |
Checks if the property has been set or not.
|