Class DesignationRefund
- Namespace
- Crews.PlanningCenter.Api.Giving.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the DesignationRefund resource.
public record DesignationRefund : IEquatable<DesignationRefund>
- Inheritance
-
DesignationRefund
- Implements
- Inherited Members
Constructors
DesignationRefund()
public DesignationRefund()
DesignationRefund(DesignationRefund)
protected DesignationRefund(DesignationRefund original)
Parameters
originalDesignationRefund
Properties
AmountCents
The number of cents being refunded.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("amount_cents")]
public int? AmountCents { get; init; }
Property Value
- int?
AmountCurrency
The currency of amount_cents.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("amount_currency")]
public string? AmountCurrency { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Methods
Equals(DesignationRefund?)
public virtual bool Equals(DesignationRefund? other)
Parameters
otherDesignationRefund
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 ==(DesignationRefund?, DesignationRefund?)
public static bool operator ==(DesignationRefund? left, DesignationRefund? right)
Parameters
leftDesignationRefundrightDesignationRefund
Returns
operator !=(DesignationRefund?, DesignationRefund?)
public static bool operator !=(DesignationRefund? left, DesignationRefund? right)
Parameters
leftDesignationRefundrightDesignationRefund