Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.clear() |
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.clearMemo()
optional string memo = 2;
|
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.clearPayment()
required .payments.Payment payment = 1;
|
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.clone() |
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.mergeFrom(Protos.PaymentACK other) |
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.mergePayment(Protos.Payment value)
required .payments.Payment payment = 1;
|
static Protos.PaymentACK.Builder |
Protos.PaymentACK.newBuilder() |
static Protos.PaymentACK.Builder |
Protos.PaymentACK.newBuilder(Protos.PaymentACK prototype) |
Protos.PaymentACK.Builder |
Protos.PaymentACK.newBuilderForType() |
protected Protos.PaymentACK.Builder |
Protos.PaymentACK.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.setMemo(String value)
optional string memo = 2;
|
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.setMemoBytes(com.google.protobuf.ByteString value)
optional string memo = 2;
|
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.setPayment(Protos.Payment.Builder builderForValue)
required .payments.Payment payment = 1;
|
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.setPayment(Protos.Payment value)
required .payments.Payment payment = 1;
|
Protos.PaymentACK.Builder |
Protos.PaymentACK.toBuilder() |