Table of Contents

Class FlowActionStripeCreateCustomerParams

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FlowActionStripeCreateCustomerParams : IJsonOnDeserialized, IEquatable<FlowActionStripeCreateCustomerParams>
Inheritance
FlowActionStripeCreateCustomerParams
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

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

TaxId

[JsonPropertyName("tax_id")]
public FlowActionStripeTaxId? TaxId { get; set; }

Property Value

FlowActionStripeTaxId

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.