I am writing my app which posts a preapproval request to paypal.
Then, I would like to receive the preapproval response (in java code), but can't find the object they're sending me in the SDK.
I assume in the class com.paypal.svcs.types.ap.PreapprovalResponse.class is used, but it almost contains no fields that are mentioned in the IPN guide.
Can anyone help?