setAmount() setAmount(integer $amt) Sets the donation amount Parameters integer $amt the amount in cents
setReceiptEmail() setReceiptEmail( $em) Sets the email Parameters $em Throws \InvalidArgumentException on bad email
setPlatformFee() setPlatformFee(integer $amt) Sets the platform fee amount Parameters integer $amt the amount in cents
setDestinationEIN() setDestinationEIN(String $ein) Sets the destination EIN Parameters String $ein the EIN
getAmount() getAmount() : integer gets the donation amount Returns integer — $amt the amount in cents
getPlatformFee() getPlatformFee() : integer gets the platform fee amount Returns integer — $amt the amount in whole dollars
getDestinationEIN() getDestinationEIN() : String gets the destination EIN Returns String — $ein the EIN