Polarex.CustomerCreate (Polarex v0.2.3)
View SourceProvides struct and type for a CustomerCreate
Summary
Types
@type t() :: %Polarex.CustomerCreate{ billing_address: Polarex.Address.t() | nil, email: String.t(), external_id: String.t() | nil, metadata: Polarex.Metadata.t() | nil, name: String.t() | nil, organization_id: String.t() | nil, tax_id: [any()] | nil }