PaymentMethodDto
public class PaymentMethodDto : PaymentMethodBasicDto
Inheritance
- class PaymentMethodBasicDto
Namespace
Constructors
PaymentMethodDto
The default constructor.
public PaymentMethodDto()
Properties
AllowedCountryRegions
public List<AllowedCountryRegionDto> AllowedCountryRegions { get; set; }
ImageId
public string ImageId { get; set; }
PaymentProviderAlias
public string PaymentProviderAlias { get; set; }
PaymentProviderSettings
public Dictionary<string, string> PaymentProviderSettings { get; set; }
PaymentProviderSupportsCancellingPayments
public bool PaymentProviderSupportsCancellingPayments { get; set; }
PaymentProviderSupportsCapturingPayments
public bool PaymentProviderSupportsCapturingPayments { get; set; }
PaymentProviderSupportsFetchingPaymentStatus
public bool PaymentProviderSupportsFetchingPaymentStatus { get; set; }
PaymentProviderSupportsRefundingPayments
public bool PaymentProviderSupportsRefundingPayments { get; set; }
Prices
public List<ServicePriceDto> Prices { get; set; }
TaxClassId
public Guid? TaxClassId { get; set; }