Table of Contents

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

ReadOnlyAdditionalProperties

CardNumber

[JsonPropertyName("card_number")]
public FormFieldPaymentConfigFieldProperties? CardNumber { get; set; }

Property Value

FormFieldPaymentConfigFieldProperties

ExpirationDate

[JsonPropertyName("expiration_date")]
public FormFieldPaymentConfigFieldProperties? ExpirationDate { get; set; }

Property Value

FormFieldPaymentConfigFieldProperties

SecurityCode

[JsonPropertyName("security_code")]
public FormFieldPaymentConfigFieldProperties? SecurityCode { get; set; }

Property Value

FormFieldPaymentConfigFieldProperties

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.