public static interface

Invoice.SavedCallback

com.paypal.paypalretailsdk.Invoice.SavedCallback

Class Overview

After an attempt has been made to save your invoice to the PayPal servers, the completion handler will be called with the error (if any, or null if not) and the invoice object will be updated appropriately.

Summary

Public Methods
abstract void saved(PayPalError error)

Public Methods

public abstract void saved (PayPalError error)