Class AlternativeScheme
Alternative payment scheme instructions
Implements
Inherited Members
Namespace: Codecrete.SwissQRBill.Generator
Assembly: Codecrete.SwissQRBill.Core.dll
Syntax
public sealed class AlternativeScheme : IEquatable<AlternativeScheme>
Properties
| Edit this page View SourceInstruction
Gets the payment instruction for a given bill.
The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2).
Declaration
public string Instruction { get; set; }
Property Value
Type | Description |
---|---|
string | The payment instruction. |
Name
Gets or sets the payment scheme name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The payment scheme name. |
Methods
| Edit this page View SourceEquals(AlternativeScheme)
Determines whether the specified alternative scheme is equal to the current alternative scheme.
Declaration
public bool Equals(AlternativeScheme other)
Parameters
Type | Name | Description |
---|---|---|
AlternativeScheme | other | The alternative scheme to compare with the current alternative scheme. |
Returns
Type | Description |
---|---|
bool |
|
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool |
|
Overrides
| Edit this page View SourceGetHashCode()
Gets the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A hash code for the current object. |