StatementImage

StatementImage class

The class provides one or more URLs that point to a fully rendered image of the bill, in HTML.

public class StatementImage

Constructors

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

Properties

NameDescription
ExpireDate { get; set; }Gets or sets the date after which embedded authentication token expires.
ImageUrl { get; set; }Gets or sets the URL address for retrieving an image of the complete bill encoded as HTML.
PrefetchUrls { get; set; }Gets or sets the prefetch urls.

See Also