Table of Contents

Struct FormFieldPaymentConfigChargeOneOffCurrencyEnum

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(FormFieldPaymentConfigChargeOneOffCurrencyEnum.FormFieldPaymentConfigChargeOneOffCurrencyEnumSerializer))]
[Serializable]
public readonly record struct FormFieldPaymentConfigChargeOneOffCurrencyEnum : IStringEnum, IEquatable<string>, IEquatable<FormFieldPaymentConfigChargeOneOffCurrencyEnum>
Implements
Inherited Members

Constructors

FormFieldPaymentConfigChargeOneOffCurrencyEnum(string)

public FormFieldPaymentConfigChargeOneOffCurrencyEnum(string value)

Parameters

value string

Fields

Aud

public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Aud

Field Value

FormFieldPaymentConfigChargeOneOffCurrencyEnum

Cad

public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Cad

Field Value

FormFieldPaymentConfigChargeOneOffCurrencyEnum

Chf

public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Chf

Field Value

FormFieldPaymentConfigChargeOneOffCurrencyEnum

Eur

public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Eur

Field Value

FormFieldPaymentConfigChargeOneOffCurrencyEnum

Gbp

public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Gbp

Field Value

FormFieldPaymentConfigChargeOneOffCurrencyEnum

Inr

public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Inr

Field Value

FormFieldPaymentConfigChargeOneOffCurrencyEnum

Mxn

public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Mxn

Field Value

FormFieldPaymentConfigChargeOneOffCurrencyEnum

Sek

public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Sek

Field Value

FormFieldPaymentConfigChargeOneOffCurrencyEnum

Usd

public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Usd

Field Value

FormFieldPaymentConfigChargeOneOffCurrencyEnum

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static FormFieldPaymentConfigChargeOneOffCurrencyEnum FromCustom(string value)

Parameters

value string

Returns

FormFieldPaymentConfigChargeOneOffCurrencyEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(FormFieldPaymentConfigChargeOneOffCurrencyEnum, string)

public static bool operator ==(FormFieldPaymentConfigChargeOneOffCurrencyEnum value1, string value2)

Parameters

value1 FormFieldPaymentConfigChargeOneOffCurrencyEnum
value2 string

Returns

bool

explicit operator string(FormFieldPaymentConfigChargeOneOffCurrencyEnum)

public static explicit operator string(FormFieldPaymentConfigChargeOneOffCurrencyEnum value)

Parameters

value FormFieldPaymentConfigChargeOneOffCurrencyEnum

Returns

string

explicit operator FormFieldPaymentConfigChargeOneOffCurrencyEnum(string)

public static explicit operator FormFieldPaymentConfigChargeOneOffCurrencyEnum(string value)

Parameters

value string

Returns

FormFieldPaymentConfigChargeOneOffCurrencyEnum

operator !=(FormFieldPaymentConfigChargeOneOffCurrencyEnum, string)

public static bool operator !=(FormFieldPaymentConfigChargeOneOffCurrencyEnum value1, string value2)

Parameters

value1 FormFieldPaymentConfigChargeOneOffCurrencyEnum
value2 string

Returns

bool