ProfileID is a valid search term for TransactionSearch in the PayPal SOAP API:

I learned this by reading:
 https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/TransactionSearch_API_Operation_SOAP/
This commit is contained in:
Bradley M. Kuhn 2013-12-30 19:06:55 -05:00
parent dd9a1c6ab7
commit 5f4261beda

View file

@ -20,6 +20,7 @@ sub TransactionSearch {
Payer => 'ebl:EmailAddressType',
Receiver => 'ebl:EmailAddressType',
ReceiptID => 'xs:string',
ProfileID => 'xs:string',
TransactionID => 'xs:string',
InvoiceID => 'xs:string',
PayerName => 'xs:string',