Inheritance Hierarchy
RainWorx.FrameWorx.DTOPaymentParameters
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class PaymentParameters
The PaymentParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PaymentParameters | Initializes a new instance of the PaymentParameters class |
Properties
Name | Description | |
---|---|---|
![]() | CreditCard | |
![]() | Items | |
![]() | PayerFirstName | |
![]() | PayerIPAddress | |
![]() | PayerLastName | |
![]() | PaymentMethod |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also