Table of Contents

Class FlowActionStripeAddTaxId

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

Properties

Action

[JsonPropertyName("action")]
public required FlowActionStripeAddTaxIdAction Action { get; set; }

Property Value

FlowActionStripeAddTaxIdAction

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Alias

[JsonPropertyName("alias")]
public string? Alias { get; set; }

Property Value

string

AllowFailure

[JsonPropertyName("allow_failure")]
public bool? AllowFailure { get; set; }

Property Value

bool?

Id

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

Property Value

string

MaskOutput

[JsonPropertyName("mask_output")]
public bool? MaskOutput { get; set; }

Property Value

bool?

Params

[JsonPropertyName("params")]
public required FlowActionStripeAddTaxIdParams Params { get; set; }

Property Value

FlowActionStripeAddTaxIdParams

Type

[JsonPropertyName("type")]
public required FlowActionStripeAddTaxIdType Type { get; set; }

Property Value

FlowActionStripeAddTaxIdType

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.