Class FlowActionStripeGetCustomer
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FlowActionStripeGetCustomer : IJsonOnDeserialized, IEquatable<FlowActionStripeGetCustomer>
- Inheritance
-
FlowActionStripeGetCustomer
- Implements
- Inherited Members
- Extension Methods
Properties
Action
[JsonPropertyName("action")]
public required FlowActionStripeGetCustomerAction Action { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Alias
[JsonPropertyName("alias")]
public string? Alias { get; set; }
Property Value
AllowFailure
[JsonPropertyName("allow_failure")]
public bool? AllowFailure { get; set; }
Property Value
- bool?
Id
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
MaskOutput
[JsonPropertyName("mask_output")]
public bool? MaskOutput { get; set; }
Property Value
- bool?
Params
[JsonPropertyName("params")]
public required FlowActionStripeGetCustomerParams Params { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public required FlowActionStripeGetCustomerType Type { 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.