public function testGetPaymentType()
 {
     $this->assertEquals('PSC', $this->object->getPaymentType());
 }