PresentmentGroupAccountInfoTransactionRequest

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.

public class PresentmentGroupAccountInfoTransactionRequest : AbstractTransactionRequest

Constructors

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

Properties

NameDescription
AccountInfoRequest { get; set; }Gets or sets the AccountInfoRequest.
ClientCookie { get; set; }Gets or sets the data to be echoed in the transaction response
GroupId { get; set; }Gets or sets the requests account information for users in the group.
OfxExtension { get; set; }Gets or sets the OfxExtensionType.
TransactionAuthorizationNumber { get; set; }Gets or sets the transaction authorization number.
TransactionUniqueId { get; set; }Gets or sets the client-assigned globally unique ID for this transaction
UserId { get; set; }Gets or sets the requests account information for the specified user

See Also