Name

MV_PAYMENT_BILLING_INDICATOR —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

MV_PAYMENT_BILLING_INDICATOR is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Payment.pm
Line 207 (context shows lines 197-211 in map_actual():104)

        /;

my @billing_ind = qw/
          b_address1
          b_city
        /;

if(my $str = $::Variable->{MV_PAYMENT_BILLING_SET}) {
@billing_set = grep $_ !~ /\W/, split /[\s,\0]+/, $str;
}
if(my $str = $::Variable->{MV_PAYMENT_BILLING_INDICATOR}) {
@billing_ind = grep $_ !~ /\W/, split /[\s,\0]+/, $str;
}

@billing_set{@billing_set} = @billing_set;

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!