Class InflationPayout

java.lang.Object
org.stellar.sdk.xdr.InflationPayout

public class InflationPayout extends Object
InflationPayout's original definition in the XDR file is:
 struct InflationPayout // or use PaymentResultAtom to limit types?
 {
     AccountID destination;
     int64 amount;
 };