Class RefundResource
- Namespace
- Crews.PlanningCenter.Api.Giving.V2019_10_18
- Assembly
- Crews.PlanningCenter.Api.dll
A Refund record holds information pertaining to a refunded Donation.
public record RefundResource : JsonApiResource<Refund>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<Refund>>, IEquatable<RefundResource>
- Inheritance
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<Refund>RefundResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- Inherited Members
-
JsonApiResource<Refund>.Equals(JsonApiResource)JsonApiResource<Refund>.AttributesJsonApiResource.Equals(JsonApiResourceIdentifier)JsonApiResource.RelationshipsJsonApiResource.LinksJsonApiResource.MetaJsonApiResourceIdentifier.IdJsonApiResourceIdentifier.LIdJsonApiResourceIdentifier.Type
Constructors
RefundResource()
public RefundResource()
RefundResource(RefundResource)
protected RefundResource(RefundResource original)
Parameters
originalRefundResource
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
Methods
Equals(RefundResource?)
public virtual bool Equals(RefundResource? other)
Parameters
otherRefundResource
Returns
Equals(JsonApiResource<Refund>?)
public override sealed bool Equals(JsonApiResource<Refund>? other)
Parameters
otherJsonApiResource<Refund>
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected override bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(RefundResource?, RefundResource?)
public static bool operator ==(RefundResource? left, RefundResource? right)
Parameters
leftRefundResourcerightRefundResource
Returns
operator !=(RefundResource?, RefundResource?)
public static bool operator !=(RefundResource? left, RefundResource? right)
Parameters
leftRefundResourcerightRefundResource