Class PaymentMethodTypeSetting
Inheritance
PaymentMethodTypeSetting
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodTypeSetting
Properties
|
Edit this page
View Source
ConfirmsUse
Declaration
[JsonPropertyName("confirms_use")]
public bool? ConfirmsUse { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
|
Edit this page
View Source
Enabled
Declaration
[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public PaymentMethodType Type { get; set; }
Property Value