Table of Contents

Class FormFieldPaymentConfigChargeSubscription

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FormFieldPaymentConfigChargeSubscription : IJsonOnDeserialized, IEquatable<FormFieldPaymentConfigChargeSubscription>
Inheritance
FormFieldPaymentConfigChargeSubscription
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Subscription

[JsonPropertyName("subscription")]
public Dictionary<string, object?> Subscription { get; set; }

Property Value

Dictionary<string, object>

Type

[JsonPropertyName("type")]
public required FormFieldPaymentConfigChargeTypeSubscriptionConst Type { get; set; }

Property Value

FormFieldPaymentConfigChargeTypeSubscriptionConst

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.