Inheritance Hierarchy
RainWorx.FrameWorx.DTOInvoice
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class Invoice
The Invoice type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Invoice | Initializes a new instance of the Invoice class |
Properties
Extension Methods
Name | Description | |
---|---|---|
![]() | BuyersPremiumIsTaxable |
Returns: True if BP has been set to Taxable for this invoice,
False if BP has been set to Non-Taxable for this invoice,
otherwise returns the default setting based on applicable SiteProperties.
(Defined by HtmlHelpers.) |
![]() | HasUnexpiredCardOnFile |
Returns true if the payer has a card saved for use in paying this invoice
(Defined by HtmlHelpers.) |
![]() | HasUnexpiredStripeCardOnFile |
Calls out to stripe.com API to retrieve saved cards and returns true if an unexpired card is found
(Defined by StripeHelpers.) |
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also