Gets the AVS (address verification system) result.
The result value may or may not be available under various circumstances on a per-processor basis. However, if supported, it should generally be available within <payment:accepted>, <payment:rejected>, and <payment:held> tags (or when ${payment:isAccepted()}, ${payment:isRejected()}, or ${payment:isHeld()}).
Must be nested in a <payment:payment> tag.
Example
${payment:getAvsResult()}
Function Information
Function Class: | com.newmediaworks.taglib.payment.Functions |
---|---|
Function Signature: | java.lang.String getAvsResult() |
Display Name: | None |