Aspose.Barcode for PHP via Java  21.3
Aspose.Barcode for PHP via Java Generation and Recognition API docs
AlternativeScheme Class Reference

Inherits BaseJavaClass.

Public Member Functions

 getInstruction ()
 
 setInstruction (string $value)
 
 equals (AlternativeScheme $obj)
 
 hashCode ()
 

Detailed Description

Alternative payment scheme instructions

Member Function Documentation

◆ equals()

equals ( AlternativeScheme  $obj)

Determines whether the specified object is equal to the current object.

Returns
true if the specified object is equal to the current object; otherwise, false.
Parameters
objThe object to compare with the current object.

◆ getInstruction()

getInstruction ( )

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).

Value: The payment instruction.

◆ hashCode()

hashCode ( )

Gets the hash code for this instance.

Returns
hash code for the current object.

◆ setInstruction()

setInstruction ( string  $value)

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). Value: The payment instruction.