Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PaymentMethodSettings

    Inheritance
    object
    PaymentMethodSettings
    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 PaymentMethodSettings

    Properties

    | Edit this page View Source

    BankAccount

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

    Card

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

    MobileMoney

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

    Motito

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