Class AlternativeScheme
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.8.0)
Alternative payment scheme instructions
public sealed class AlternativeScheme : IEquatable<alternativescheme>Inheritance
Implements
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
AlternativeScheme()
public AlternativeScheme()Properties
Instruction
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).
public string Instruction { get; set; }Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)Parameters
obj object
The object to compare with the current object.
Returns
true if the specified object is equal to the current object; otherwise, false.
Equals(AlternativeScheme)
Determines whether the specified alernative scheme is equal to the current alternative scheme.
public bool Equals(AlternativeScheme other)Parameters
other AlternativeScheme
The alternative scheme to compare with the current alternative scheme.
Returns
true if the specified object is equal to the current object; otherwise, false.
GetHashCode()
Gets the hash code for this instance.
public override int GetHashCode()Returns
A hash code for the current object. </alternativescheme>