Class PaymentMethod
This is a wrapper class for the PaymentMethodDto.
Inheritance
System.Object
PaymentMethod
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class PaymentMethod
Constructors
The constructor. Please note that this is the default: since this is a wrapper class, the only way to instantiate
it is to provide a PaymentMethodDto as an input.
Declaration
public PaymentMethod(PaymentMethodDto.PaymentMethodRow paymentMethodRow)
Parameters
Properties
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
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 List<MarketId> MarketId { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<MarketId> |
|
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; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public List<PaymentMethodParameter> PaymentMethodParameter { get; set; }
Property Value
Declaration
public List<ShippingPaymentRestriction> ShippingPaymentRestriction { get; set; }
Property Value
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
Save the changes back into the database.
Declaration
public void SaveChanges()