CreditCardStatementRequest

CreditCardStatementRequest class

The credit card download request is semantically identical to the bank statement download request.

public class CreditCardStatementRequest

Constructors

Name Description
CreditCardStatementRequest() Initializes a new instance of CreditCardStatementRequest class.

Properties

Name Description
CreditCardAccountFrom { get; set; } Gets or sets the from of CreditCardAccount.
IncludePending { get; set; } Gets or sets whether include pending transaction flag;
IncludeTransactionImage { get; set; } Gets or sets whether include transaction image information.
IncTransaction { get; set; } Gets or sets the IncTransaction.

See Also