Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.addAllOutputs(Iterable<? extends Protos.Output> values)
repeated .payments.Output outputs = 2; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.addOutputs(int index,
          Protos.Output.Builder builderForValue)
repeated .payments.Output outputs = 2; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.addOutputs(int index,
          Protos.Output value)
repeated .payments.Output outputs = 2; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.addOutputs(Protos.Output.Builder builderForValue)
repeated .payments.Output outputs = 2; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.addOutputs(Protos.Output value)
repeated .payments.Output outputs = 2; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.clear()  | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.clearExpires()
optional uint64 expires = 4; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.clearMemo()
optional string memo = 5; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.clearMerchantData()
optional bytes merchant_data = 7; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.clearNetwork()
optional string network = 1 [default = "main"]; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.clearOutputs()
repeated .payments.Output outputs = 2; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.clearPaymentUrl()
optional string payment_url = 6; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.clearTime()
required uint64 time = 3; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.clone()  | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.mergeFrom(com.google.protobuf.Message other)  | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.mergeFrom(Protos.PaymentDetails other)  | 
static Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.newBuilder()  | 
static Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.newBuilder(Protos.PaymentDetails prototype)  | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.newBuilderForType()  | 
protected Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.removeOutputs(int index)
repeated .payments.Output outputs = 2; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setExpires(long value)
optional uint64 expires = 4; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setMemo(String value)
optional string memo = 5; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setMemoBytes(com.google.protobuf.ByteString value)
optional string memo = 5; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setMerchantData(com.google.protobuf.ByteString value)
optional bytes merchant_data = 7; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setNetwork(String value)
optional string network = 1 [default = "main"]; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setNetworkBytes(com.google.protobuf.ByteString value)
optional string network = 1 [default = "main"]; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setOutputs(int index,
          Protos.Output.Builder builderForValue)
repeated .payments.Output outputs = 2; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setOutputs(int index,
          Protos.Output value)
repeated .payments.Output outputs = 2; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setPaymentUrl(String value)
optional string payment_url = 6; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setPaymentUrlBytes(com.google.protobuf.ByteString value)
optional string payment_url = 6; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.Builder.setTime(long value)
required uint64 time = 3; 
 | 
Protos.PaymentDetails.Builder | 
Protos.PaymentDetails.toBuilder()  |