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
valuestring
Fields
Aud
public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Aud
Field Value
Cad
public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Cad
Field Value
Chf
public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Chf
Field Value
Eur
public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Eur
Field Value
Gbp
public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Gbp
Field Value
Inr
public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Inr
Field Value
Mxn
public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Mxn
Field Value
Sek
public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Sek
Field Value
Usd
public static readonly FormFieldPaymentConfigChargeOneOffCurrencyEnum Usd
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static FormFieldPaymentConfigChargeOneOffCurrencyEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(FormFieldPaymentConfigChargeOneOffCurrencyEnum, string)
public static bool operator ==(FormFieldPaymentConfigChargeOneOffCurrencyEnum value1, string value2)
Parameters
value1FormFieldPaymentConfigChargeOneOffCurrencyEnumvalue2string
Returns
explicit operator string(FormFieldPaymentConfigChargeOneOffCurrencyEnum)
public static explicit operator string(FormFieldPaymentConfigChargeOneOffCurrencyEnum value)
Parameters
Returns
explicit operator FormFieldPaymentConfigChargeOneOffCurrencyEnum(string)
public static explicit operator FormFieldPaymentConfigChargeOneOffCurrencyEnum(string value)
Parameters
valuestring
Returns
operator !=(FormFieldPaymentConfigChargeOneOffCurrencyEnum, string)
public static bool operator !=(FormFieldPaymentConfigChargeOneOffCurrencyEnum value1, string value2)
Parameters
value1FormFieldPaymentConfigChargeOneOffCurrencyEnumvalue2string