Table of Contents

Class FlowActionStripeUpdateCustomerParams

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FlowActionStripeUpdateCustomerParams : IJsonOnDeserialized, IEquatable<FlowActionStripeUpdateCustomerParams>
Inheritance
FlowActionStripeUpdateCustomerParams
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Address

[JsonPropertyName("address")]
public FlowActionStripeAddress? Address { get; set; }

Property Value

FlowActionStripeAddress

ConnectionId

[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }

Property Value

string

Description

[JsonPropertyName("description")]
public string? Description { get; set; }

Property Value

string

Email

[JsonPropertyName("email")]
public string? Email { get; set; }

Property Value

string

Id

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Metadata

[JsonPropertyName("metadata")]
public Dictionary<string, string>? Metadata { get; set; }

Property Value

Dictionary<string, string>

Name

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

Phone

[JsonPropertyName("phone")]
public string? Phone { get; set; }

Property Value

string

TaxExempt

[JsonPropertyName("tax_exempt")]
public string? TaxExempt { 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.