Class FormFieldPaymentConfig
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FormFieldPaymentConfig : IJsonOnDeserialized, IEquatable<FormFieldPaymentConfig>
- Inheritance
-
FormFieldPaymentConfig
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Charge
[JsonPropertyName("charge")]
public required FormFieldPaymentConfigCharge Charge { get; set; }
Property Value
Credentials
[JsonPropertyName("credentials")]
public required FormFieldPaymentConfigCredentials Credentials { get; set; }
Property Value
Customer
[JsonPropertyName("customer")]
public Dictionary<string, object?>? Customer { get; set; }
Property Value
Fields
[JsonPropertyName("fields")]
public FormFieldPaymentConfigFields? Fields { get; set; }
Property Value
Provider
[JsonPropertyName("provider")]
public FormFieldPaymentConfigProviderEnum? Provider { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.