Table of Contents

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

ReadOnlyAdditionalProperties

City

[JsonPropertyName("city")]
public string? City { get; set; }

Property Value

string

Country

[JsonPropertyName("country")]
public string? Country { get; set; }

Property Value

string

Line1

[JsonPropertyName("line1")]
public string? Line1 { get; set; }

Property Value

string

Line2

[JsonPropertyName("line2")]
public string? Line2 { get; set; }

Property Value

string

PostalCode

[JsonPropertyName("postalCode")]
public string? PostalCode { get; set; }

Property Value

string

State

[JsonPropertyName("state")]
public string? State { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.