Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class OrderPayoutSettings

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

    Properties

    | Edit this page View Source

    Destination

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

    EnableFx

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