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