Business-OnlinePayment-PPIPayMover
view release on metacpan or search on metacpan
lib/Business/OnlinePayment/PPIPayMover/CreditCardRequest.pm view on Meta::CPAN
#**
# * Get the value of the charge type. The possible values are defined
# * by the constants of this class documented in setChargeType(String)
# * The chage type indicates what action to take with this credit card
# * transaction.
# * @see #setChargeType(String)
# * @return the String passed to setChargeType or an empty String if the charge type was not set
#
sub GetChargeType()
{
my $self = shift;
$self->{strChargeType};
}
#**
# * Get the value of the charge total. The charge total is the amount that
# * will be used for this credit card transaction.
# * @see #setChargeTotal(double)
( run in 0.759 second using v1.01-cache-2.11-cpan-65fba6d93b7 )