public static class PaymentOp.PaymentOpBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
PaymentOp.PaymentOpBuilder |
amount(Int64 amount) |
PaymentOp.PaymentOpBuilder |
asset(Asset asset) |
PaymentOp |
build() |
PaymentOp.PaymentOpBuilder |
destination(MuxedAccount destination) |
java.lang.String |
toString() |
public PaymentOp.PaymentOpBuilder destination(MuxedAccount destination)
this
.public PaymentOp.PaymentOpBuilder asset(Asset asset)
this
.public PaymentOp.PaymentOpBuilder amount(Int64 amount)
this
.public PaymentOp build()
public java.lang.String toString()
toString
in class java.lang.Object