Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PaymentMethodTypeSetting

    Inheritance
    object
    PaymentMethodTypeSetting
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    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
    Type Description
    bool?
    | Edit this page View Source

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Enabled

    Declaration
    [JsonPropertyName("enabled")]
    public bool? Enabled { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Name

    Declaration
    [JsonPropertyName("name")]
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonPropertyName("type")]
    public PaymentMethodType Type { get; set; }
    Property Value
    Type Description
    PaymentMethodType
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX