AlternativeScheme
Contents
[
Hide
]AlternativeScheme class
Alternative payment scheme instructions
new AlternativeScheme()
Methods
| Name | Description |
|---|---|
| equals(obj) | Determines whether the specified object is equal to the current object. |
| getInstruction() | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a s |
| hashCode() | Gets the hash code for this instance. |
| setInstruction() | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a s |
equals(obj)
Determines whether the specified object is equal to the current object.
| Parameter | Description |
|---|---|
| obj | The object to compare with the current object. |
Returns: true if the specified object is equal to the current object; otherwise, false.
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).
hashCode()
Gets the hash code for this instance.
Returns: hash code for the current object.
setInstruction()
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).