Name

MV_PAYMENT_BILLING_SET —

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_SET is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Payment.pm
Line 204 (context shows lines 194-208 in map_actual():104)

            b_state
            b_zip
            b_country
          /;

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;

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!