Class CustomSender
- Namespace
- Crews.PlanningCenter.Api.People.V2022_01_05
- 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
originalCustomSender
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
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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
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
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
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
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
Methods
Equals(CustomSender?)
public virtual bool Equals(CustomSender? other)
Parameters
otherCustomSender
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(CustomSender?, CustomSender?)
public static bool operator ==(CustomSender? left, CustomSender? right)
Parameters
leftCustomSenderrightCustomSender
Returns
operator !=(CustomSender?, CustomSender?)
public static bool operator !=(CustomSender? left, CustomSender? right)
Parameters
leftCustomSenderrightCustomSender