Class FormFieldPaymentConfigFields
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FormFieldPaymentConfigFields : IJsonOnDeserialized, IEquatable<FormFieldPaymentConfigFields>
- Inheritance
-
FormFieldPaymentConfigFields
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CardNumber
[JsonPropertyName("card_number")]
public FormFieldPaymentConfigFieldProperties? CardNumber { get; set; }
Property Value
ExpirationDate
[JsonPropertyName("expiration_date")]
public FormFieldPaymentConfigFieldProperties? ExpirationDate { get; set; }
Property Value
SecurityCode
[JsonPropertyName("security_code")]
public FormFieldPaymentConfigFieldProperties? SecurityCode { get; set; }
Property Value
Trustmarks
[JsonPropertyName("trustmarks")]
public bool? Trustmarks { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.