Class PaymentMethodDto.PaymentMethodRow
Represents strongly named DataRow class.
Inheritance
System.Object
PaymentMethodDto.PaymentMethodRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class PaymentMethodRow : DataRow
Properties
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Ordering { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string PaymentImplementationClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Guid PaymentMethodId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public bool SupportsRecurring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string SystemKeyword { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public PaymentMethodDto.MarketPaymentMethodsRow[] GetMarketPaymentMethodsRows()
Returns
Declaration
public PaymentMethodDto.PaymentMethodParameterRow[] GetPaymentMethodParameterRows()
Returns
Declaration
public PaymentMethodDto.ShippingPaymentRestrictionRow[] GetShippingPaymentRestrictionRows()
Returns
Declaration
public bool IsDescriptionNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsOrderingNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPaymentImplementationClassNameNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetDescriptionNull()
Declaration
public void SetOrderingNull()
Declaration
public void SetPaymentImplementationClassNameNull()