StopCheckResponse

StopCheckResponse class

Stop check response class.

public class StopCheckResponse

Constructors

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

Properties

NameDescription
BankAccountFrom { get; set; }Gets or sets the from of BankAccount.
Currency { get; set; }Gets or sets the default currency used for closing information.
Fee { get; set; }Gets or sets the fee for stop check.
FeeMessage { get; set; }Gets or sets the description of fee.
StopCheckNumbers { get; set; }Gets or sets the collection of StopCheckNumber.

See Also