Class AlternativeScheme

AlternativeScheme class

Alternative payment scheme instructions

public sealed class AlternativeScheme : IEquatable<AlternativeScheme>

Constructors

NameDescription
AlternativeScheme()The default constructor.

Properties

NameDescription
Instruction { get; set; }Gets the payment instruction for a given bill.

Methods

NameDescription
Equals(AlternativeScheme)Determines whether the specified alernative scheme is equal to the current alternative scheme.
override Equals(object)Determines whether the specified object is equal to the current object.
override GetHashCode()Gets the hash code for this instance.

See Also