Back to Node Auth0

Interface FlowActionStripeUpdateCustomerParams

docs/interfaces/management.Management.FlowActionStripeUpdateCustomerParams.html

5.9.11.7 KB
Original Source

Interface FlowActionStripeUpdateCustomerParams

interface FlowActionStripeUpdateCustomerParams {
connection_id: string;
id: string;
name?: string;
description?: string;
email?: string;
phone?: string;
tax_exempt?: string;
address?: FlowActionStripeAddress;
metadata?: FlowActionStripeMetadata;
}

Index

Properties

connection_ididname?description?email?phone?tax_exempt?address?metadata?

Properties

connection_id

connection_id: string

id

id: string

Optionalname

name?: string

Optionaldescription

description?: string

Optionalemail

email?: string

Optionalphone

phone?: string

Optionaltax_exempt

tax_exempt?: string

Optionaladdress

address?: FlowActionStripeAddress

Optionalmetadata

metadata?: FlowActionStripeMetadata

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connection_ididnamedescriptionemailphonetax_exemptaddressmetadata