PresentmentGroupAccountInfoTransactionRequest class

PresentmentGroupAccountInfoTransactionRequest class

Group account information transaction request class. This class specifies whether the client is requesting account information for a single user or a group of users.

Inheritance: PresentmentGroupAccountInfoTransactionRequestAbstractTransactionRequestAbstractRequest

The PresentmentGroupAccountInfoTransactionRequest type exposes the following members:

Constructors

ConstructorDescription
PresentmentGroupAccountInfoTransactionRequest()Initializes a new instance of PresentmentGroupAccountInfoTransactionRequest class.

Properties

PropertyDescription
transaction_unique_idGets or sets the client-assigned globally unique ID for this transaction
client_cookieGets or sets the data to be echoed in the transaction response
transaction_authorization_numberGets or sets the transaction authorization number.
user_idGets or sets the requests account information for the specified user
group_idGets or sets the requests account information for users in the group.
ofx_extensionGets or sets the OfxExtensionType.
account_info_requestGets or sets the PresentmentGroupAccountInfoTransactionRequest.account_info_request.

See Also