PayerFirstName Property
Payer's first name.
Object Oriented Interface
public function getPayerFirstName(); public function setPayerFirstName($value);
Procedural Interface
inpaypal_directpayment_get($res, 33 ); inpaypal_directpayment_set($res, 33, $value );
Default Value
''
Remarks
Payer's first name.
This property is required.
Character length and limitations: 25 single-byte characters.
Data Type
String