Payment Details

#if ( $payment.transaction.id || $payment.voucher.id ) #if( $payment.transaction.id )
Transaction ID
$!esc.html( $payment.transaction.id )
Total Amount
$!number.currency( $payment.transaction.totalCost )
Date Authorized
$!esc.html( $!payment.transaction.createdDate )
Billed To
$!esc.html( $payment.transaction.paymentMethod.billingName )
#else
Voucher ID
$payment.voucher.id
Total Amount
$number.currency( $payment.fees.total )
Date Authorized
$!esc.html( $payment.paymentDate )
Date Printed
$!esc.html( $payment.voucher.printDate )
Billed To
$!esc.html( $payment.firm.name )
#end

Licenses in this Roster Renewal

#if( $payment.transaction.id ) #else #end #foreach( $fm in $renewals ) #if ( $fm.getFees( true ).lateFee && $fm.getFees( true ).lateFee > 0 ) #end #end
Name Number License fee CAF ILF Section Dues LRS Voucher/OCF Fee Total
$!number.currency( $payment.fees.licenseFeeTotals ) $!number.currency( $payment.fees.cafTotals ) $!number.currency( $payment.fees.ilfTotals ) $!number.currency( $payment.fees.sectionDuesTotals ) $!number.currency( $payment.fees.lrsTotals )#if( $payment.fees.convenienceFee ) $!number.currency( $payment.fees.convenienceFee ) #else $!number.currency( 0 ) #end#if( $payment.fees.voucherFee ) $!number.currency( $payment.fees.voucherFee ) #else $!number.currency( 0 ) #end#if( $payment.fees.total ) $!number.currency( $payment.fees.total ) #else $!number.currency( 0 ) #end
$!esc.html( $fm.name.format() ) $!esc.html( $fm.memberNumber ) $!number.currency( $fm.renewalFee )$!number.currency( $fm.getFees( true ).lateFee )$!number.currency( $fm.getFees( true ).cafAssessment ) $!number.currency( $fm.getFees( true ).ilfContribution ) $!number.currency( $fm.getFees( true ).sectionDuesTotal) $!number.currency( $fm.fees.lrsRegistrationFee ) $!number.currency( $fm.fees.subtotal )
#end