Class CreateCustomerRequest
Inheritance
CreateCustomerRequest
Assembly: Inttegro.dll
Syntax
public sealed class CreateCustomerRequest
Properties
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, string>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
EmailAddress
Declaration
[JsonPropertyName("email_address")]
public string? EmailAddress { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
PhoneNumber
Declaration
[JsonPropertyName("phone_number")]
public string? PhoneNumber { get; set; }
Property Value
|
Edit this page
View Source
Reference
Declaration
[JsonPropertyName("reference")]
public string? Reference { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("request_meta")]
public RequestMeta? RequestMeta { get; set; }
Property Value
|
Edit this page
View Source
Suffix
Declaration
[JsonPropertyName("suffix")]
public string? Suffix { get; set; }
Property Value
|
Edit this page
View Source
Title
Declaration
[JsonPropertyName("title")]
public string? Title { get; set; }
Property Value