Try our conversational search powered by Generative AI!

Class PaymentMethodDto.PaymentMethodRow

Represents strongly named DataRow class.

Inheritance
System.Object
PaymentMethodDto.PaymentMethodRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class PaymentMethodRow : DataRow

Properties

ApplicationId

Declaration
public Guid ApplicationId { get; set; }
Property Value
Type Description
System.Guid

ClassName

Declaration
public string ClassName { get; set; }
Property Value
Type Description
System.String

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
System.Boolean

IsDefault

Declaration
public bool IsDefault { get; set; }
Property Value
Type Description
System.Boolean

LanguageId

Declaration
public string LanguageId { get; set; }
Property Value
Type Description
System.String

Modified

Declaration
public DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Ordering

Declaration
public int Ordering { get; set; }
Property Value
Type Description
System.Int32

PaymentImplementationClassName

Declaration
public string PaymentImplementationClassName { get; set; }
Property Value
Type Description
System.String

PaymentMethodId

Declaration
public Guid PaymentMethodId { get; set; }
Property Value
Type Description
System.Guid

SupportsRecurring

Declaration
public bool SupportsRecurring { get; set; }
Property Value
Type Description
System.Boolean

SystemKeyword

Declaration
public string SystemKeyword { get; set; }
Property Value
Type Description
System.String

Methods

GetMarketPaymentMethodsRows()

Declaration
public PaymentMethodDto.MarketPaymentMethodsRow[] GetMarketPaymentMethodsRows()
Returns
Type Description
PaymentMethodDto.MarketPaymentMethodsRow[]

GetPaymentMethodParameterRows()

Declaration
public PaymentMethodDto.PaymentMethodParameterRow[] GetPaymentMethodParameterRows()
Returns
Type Description
PaymentMethodDto.PaymentMethodParameterRow[]

GetShippingPaymentRestrictionRows()

Declaration
public PaymentMethodDto.ShippingPaymentRestrictionRow[] GetShippingPaymentRestrictionRows()
Returns
Type Description
PaymentMethodDto.ShippingPaymentRestrictionRow[]

IsApplicationIdNull()

Declaration
public bool IsApplicationIdNull()
Returns
Type Description
System.Boolean

IsDescriptionNull()

Declaration
public bool IsDescriptionNull()
Returns
Type Description
System.Boolean

IsOrderingNull()

Declaration
public bool IsOrderingNull()
Returns
Type Description
System.Boolean

IsPaymentImplementationClassNameNull()

Declaration
public bool IsPaymentImplementationClassNameNull()
Returns
Type Description
System.Boolean

SetApplicationIdNull()

Declaration
public void SetApplicationIdNull()

SetDescriptionNull()

Declaration
public void SetDescriptionNull()

SetOrderingNull()

Declaration
public void SetOrderingNull()

SetPaymentImplementationClassNameNull()

Declaration
public void SetPaymentImplementationClassNameNull()