StopCheckResponse

StopCheckResponse class

Stop check response class.

public class StopCheckResponse

Constructors

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

Properties

Name Description
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