API Model Path
$TRANSACTION.getFundingSource().isDebit()
Data Type
[boolean]
Example
function evaluate() {
var isDebit = $TRANSACTION.getFundingSource().isDebit();
if (isDebit) {
// do something cool
}
}
$TRANSACTION.getFundingSource().isDebit()
[boolean]
function evaluate() {
var isDebit = $TRANSACTION.getFundingSource().isDebit();
if (isDebit) {
// do something cool
}
}
Comments
0 comments
Please sign in to leave a comment.