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
Address
[JsonPropertyName("address")]
public FlowActionStripeAddress? Address { get; set; }
Property Value
ConnectionId
[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }
Property Value
Description
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
[JsonPropertyName("email")]
public string? Email { get; set; }
Property Value
Metadata
[JsonPropertyName("metadata")]
public Dictionary<string, string>? Metadata { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Phone
[JsonPropertyName("phone")]
public string? Phone { get; set; }
Property Value
TaxExempt
[JsonPropertyName("tax_exempt")]
public string? TaxExempt { get; set; }
Property Value
TaxId
[JsonPropertyName("tax_id")]
public FlowActionStripeTaxId? TaxId { 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.