PaymentInfo class

PaymentInfo class

The Payment Information class is used to specify detailed payment information. It is used for both single payments and recurring payments.

The PaymentInfo type exposes the following members:

Constructors

Constructor Description
PaymentInfo() Initializes a new instance of PaymentInfo class.

Properties

Property Description
bank_account_from Gets or sets the from of BankAccount.
transfer_amount Gets or sets the payment amount.
payee_id Gets or sets the server payee identifier (required if assigned).
payee Gets or sets the complete PaymentInfo.payee billing information.
payee_list_id Gets or sets the payee list ID (required if assigned),
bank_account_to Gets or sets the to of BankAccount.
extended_payments Gets or sets the collection of ExtendedPayment.
payee_account Gets or sets the user account number with the payee.
due_date Gets or sets the payment due date or the date by which payment must be received by payee.
memo Gets or sets the memo from user to payee.
bill_reference_information Gets or sets the biller-supplied reference information when paying a bill, if available.
bill_pub_info Gets or sets the PaymentInfo.bill_pub_info.

See Also