You are here: RainWorx.FrameWorx.DTO Namespaces > RainWorx.FrameWorx.DTO > Invoice Class

Invoice Class

AuctionWorx 3.5 API
Inheritance Hierarchy

SystemObject
  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

NameDescription
Public methodInvoice
Initializes a new instance of the Invoice class
Top
Properties

NameDescription
Public propertyAuctionEventId
Public propertyBillingCity
Public propertyBillingCountry
Public propertyBillingFirstName
Public propertyBillingLastName
Public propertyBillingStateRegion
Public propertyBillingStreet1
Public propertyBillingStreet2
Public propertyBillingZipPostal
Public propertyBuyersPremiumAmount
Public propertyBuyersPremiumPercent
Public propertyComments
Public propertyCreatedDTTM
Public propertyCurrency
Public propertyFulfilledDTTM
Public propertyID
Public propertyIsArchived
Public propertyIsPayerlocked
Public propertyLastEmailDTTM
Public propertyLineItems
Public propertyOwner
Public propertyOwnerCity
Public propertyOwnerCountry
Public propertyOwnerName
Public propertyOwnerStateRegion
Public propertyOwnerStreet1
Public propertyOwnerStreet2
Public propertyOwnerZipPostal
Public propertyPaidDTTM
Public propertyPayer
Public propertyPaymentHistory
Public propertyPropertyBag
Public propertySalesTax
Public propertyShipped
Public propertyShippingAmount
Public propertyShippingCity
Public propertyShippingCountry
Public propertyShippingDetails
Public propertyShippingFirstName
Public propertyShippingLastName
Public propertyShippingOption
Public propertyShippingStateRegion
Public propertyShippingStreet1
Public propertyShippingStreet2
Public propertyShippingZipPostal
Public propertyStatus
Public propertySubtotal
Public propertyTotal
Public propertyType
Public propertyUpdatedDTTM
Top
Extension Methods

NameDescription
Public Extension MethodBuyersPremiumIsTaxable
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.)
Public Extension MethodHasUnexpiredCardOnFile
Returns true if the payer has a card saved for use in paying this invoice
(Defined by HtmlHelpers.)
Public Extension MethodHasUnexpiredStripeCardOnFile
Calls out to stripe.com API to retrieve saved cards and returns true if an unexpired card is found
(Defined by StripeHelpers.)
Public Extension MethodToMvcHtmlString
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.)
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.