public static interface

Invoice.SentCallback

com.paypal.paypalretailsdk.Invoice.SentCallback

Class Overview

After an attempt has been made to send your invoice, 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 sent(PayPalError error)

Public Methods

public abstract void sent (PayPalError error)