Table of Contents

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
JsonApiResourceIdentifier
JsonApiResource
JsonApiResource<Refund>
RefundResource
Implements
IEquatable<JsonApiResourceIdentifier>
IEquatable<JsonApiResource>
IEquatable<JsonApiResource<Refund>>
Inherited Members
JsonApiResource<Refund>.Equals(JsonApiResource)
JsonApiResource<Refund>.Attributes
JsonApiResource.Equals(JsonApiResourceIdentifier)
JsonApiResource.Relationships
JsonApiResource.Links
JsonApiResource.Meta
JsonApiResourceIdentifier.Id
JsonApiResourceIdentifier.LId
JsonApiResourceIdentifier.Type

Constructors

RefundResource()

public RefundResource()

RefundResource(RefundResource)

protected RefundResource(RefundResource original)

Parameters

original RefundResource

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

Methods

Equals(RefundResource?)

public virtual bool Equals(RefundResource? other)

Parameters

other RefundResource

Returns

bool

Equals(JsonApiResource<Refund>?)

public override sealed bool Equals(JsonApiResource<Refund>? other)

Parameters

other JsonApiResource<Refund>

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 override bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(RefundResource?, RefundResource?)

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

Parameters

left RefundResource
right RefundResource

Returns

bool

operator !=(RefundResource?, RefundResource?)

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

Parameters

left RefundResource
right RefundResource

Returns

bool