Class FlowActionStripeAddress
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FlowActionStripeAddress : IJsonOnDeserialized, IEquatable<FlowActionStripeAddress>
- Inheritance
-
FlowActionStripeAddress
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
City
[JsonPropertyName("city")]
public string? City { get; set; }
Property Value
Country
[JsonPropertyName("country")]
public string? Country { get; set; }
Property Value
Line1
[JsonPropertyName("line1")]
public string? Line1 { get; set; }
Property Value
Line2
[JsonPropertyName("line2")]
public string? Line2 { get; set; }
Property Value
PostalCode
[JsonPropertyName("postalCode")]
public string? PostalCode { get; set; }
Property Value
State
[JsonPropertyName("state")]
public string? State { 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.