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:
parent
dd9a1c6ab7
commit
5f4261beda
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue