Protos.Payment.Builder |
Protos.Payment.Builder.addAllRefundTo(Iterable<? extends Protos.Output> values)
repeated .payments.Output refund_to = 3;
|
Protos.Payment.Builder |
Protos.Payment.Builder.addAllTransactions(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes transactions = 2;
|
Protos.Payment.Builder |
Protos.Payment.Builder.addRefundTo(int index,
Protos.Output.Builder builderForValue)
repeated .payments.Output refund_to = 3;
|
Protos.Payment.Builder |
Protos.Payment.Builder.addRefundTo(int index,
Protos.Output value)
repeated .payments.Output refund_to = 3;
|
Protos.Payment.Builder |
Protos.Payment.Builder.addRefundTo(Protos.Output.Builder builderForValue)
repeated .payments.Output refund_to = 3;
|
Protos.Payment.Builder |
Protos.Payment.Builder.addRefundTo(Protos.Output value)
repeated .payments.Output refund_to = 3;
|
Protos.Payment.Builder |
Protos.Payment.Builder.addTransactions(com.google.protobuf.ByteString value)
repeated bytes transactions = 2;
|
Protos.Payment.Builder |
Protos.Payment.Builder.clear() |
Protos.Payment.Builder |
Protos.Payment.Builder.clearMemo()
optional string memo = 4;
|
Protos.Payment.Builder |
Protos.Payment.Builder.clearMerchantData()
optional bytes merchant_data = 1;
|
Protos.Payment.Builder |
Protos.Payment.Builder.clearRefundTo()
repeated .payments.Output refund_to = 3;
|
Protos.Payment.Builder |
Protos.Payment.Builder.clearTransactions()
repeated bytes transactions = 2;
|
Protos.Payment.Builder |
Protos.Payment.Builder.clone() |
Protos.Payment.Builder |
Protos.PaymentACK.Builder.getPaymentBuilder()
required .payments.Payment payment = 1;
|
Protos.Payment.Builder |
Protos.Payment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Payment.Builder |
Protos.Payment.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.Payment.Builder |
Protos.Payment.Builder.mergeFrom(Protos.Payment other) |
static Protos.Payment.Builder |
Protos.Payment.newBuilder() |
static Protos.Payment.Builder |
Protos.Payment.newBuilder(Protos.Payment prototype) |
Protos.Payment.Builder |
Protos.Payment.newBuilderForType() |
protected Protos.Payment.Builder |
Protos.Payment.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Protos.Payment.Builder |
Protos.Payment.Builder.removeRefundTo(int index)
repeated .payments.Output refund_to = 3;
|
Protos.Payment.Builder |
Protos.Payment.Builder.setMemo(String value)
optional string memo = 4;
|
Protos.Payment.Builder |
Protos.Payment.Builder.setMemoBytes(com.google.protobuf.ByteString value)
optional string memo = 4;
|
Protos.Payment.Builder |
Protos.Payment.Builder.setMerchantData(com.google.protobuf.ByteString value)
optional bytes merchant_data = 1;
|
Protos.Payment.Builder |
Protos.Payment.Builder.setRefundTo(int index,
Protos.Output.Builder builderForValue)
repeated .payments.Output refund_to = 3;
|
Protos.Payment.Builder |
Protos.Payment.Builder.setRefundTo(int index,
Protos.Output value)
repeated .payments.Output refund_to = 3;
|
Protos.Payment.Builder |
Protos.Payment.Builder.setTransactions(int index,
com.google.protobuf.ByteString value)
repeated bytes transactions = 2;
|
Protos.Payment.Builder |
Protos.Payment.toBuilder() |