Table of Contents

Class CustomSender

Namespace
Crews.PlanningCenter.Api.People.V2023_03_21
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the CustomSender resource.

public record CustomSender : IEquatable<CustomSender>
Inheritance
CustomSender
Implements
Inherited Members

Constructors

CustomSender()

public CustomSender()

CustomSender(CustomSender)

protected CustomSender(CustomSender original)

Parameters

original CustomSender

Properties

CreatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }

Property Value

DateTime?

EmailAddress

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("email_address")]
public string? EmailAddress { get; init; }

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Expired

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("expired")]
public bool? Expired { get; init; }

Property Value

bool?

Name

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }

Property Value

string

UpdatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }

Property Value

DateTime?

VerificationRequestedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("verification_requested_at")]
public DateTime? VerificationRequestedAt { get; init; }

Property Value

DateTime?

VerificationStatus

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("verification_status")]
public string? VerificationStatus { get; init; }

Property Value

string

Verified

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("verified")]
public bool? Verified { get; init; }

Property Value

bool?

VerifiedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("verified_at")]
public DateTime? VerifiedAt { get; init; }

Property Value

DateTime?

Methods

Equals(CustomSender?)

public virtual bool Equals(CustomSender? other)

Parameters

other CustomSender

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(CustomSender?, CustomSender?)

public static bool operator ==(CustomSender? left, CustomSender? right)

Parameters

left CustomSender
right CustomSender

Returns

bool

operator !=(CustomSender?, CustomSender?)

public static bool operator !=(CustomSender? left, CustomSender? right)

Parameters

left CustomSender
right CustomSender

Returns

bool