public static interface Protos.PaymentDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getExpires()
optional uint64 expires = 4; |
String |
getMemo()
optional string memo = 5; |
com.google.protobuf.ByteString |
getMemoBytes()
optional string memo = 5; |
com.google.protobuf.ByteString |
getMerchantData()
optional bytes merchant_data = 7; |
String |
getNetwork()
optional string network = 1 [default = "main"]; |
com.google.protobuf.ByteString |
getNetworkBytes()
optional string network = 1 [default = "main"]; |
Protos.Output |
getOutputs(int index)
repeated .payments.Output outputs = 2; |
int |
getOutputsCount()
repeated .payments.Output outputs = 2; |
List<Protos.Output> |
getOutputsList()
repeated .payments.Output outputs = 2; |
Protos.OutputOrBuilder |
getOutputsOrBuilder(int index)
repeated .payments.Output outputs = 2; |
List<? extends Protos.OutputOrBuilder> |
getOutputsOrBuilderList()
repeated .payments.Output outputs = 2; |
String |
getPaymentUrl()
optional string payment_url = 6; |
com.google.protobuf.ByteString |
getPaymentUrlBytes()
optional string payment_url = 6; |
long |
getTime()
required uint64 time = 3; |
boolean |
hasExpires()
optional uint64 expires = 4; |
boolean |
hasMemo()
optional string memo = 5; |
boolean |
hasMerchantData()
optional bytes merchant_data = 7; |
boolean |
hasNetwork()
optional string network = 1 [default = "main"]; |
boolean |
hasPaymentUrl()
optional string payment_url = 6; |
boolean |
hasTime()
required uint64 time = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNetwork()
optional string network = 1 [default = "main"];
"main" or "test"
String getNetwork()
optional string network = 1 [default = "main"];
"main" or "test"
com.google.protobuf.ByteString getNetworkBytes()
optional string network = 1 [default = "main"];
"main" or "test"
List<Protos.Output> getOutputsList()
repeated .payments.Output outputs = 2;
Where payment should be sent
Protos.Output getOutputs(int index)
repeated .payments.Output outputs = 2;
Where payment should be sent
int getOutputsCount()
repeated .payments.Output outputs = 2;
Where payment should be sent
List<? extends Protos.OutputOrBuilder> getOutputsOrBuilderList()
repeated .payments.Output outputs = 2;
Where payment should be sent
Protos.OutputOrBuilder getOutputsOrBuilder(int index)
repeated .payments.Output outputs = 2;
Where payment should be sent
boolean hasTime()
required uint64 time = 3;
Timestamp; when payment request created
long getTime()
required uint64 time = 3;
Timestamp; when payment request created
boolean hasExpires()
optional uint64 expires = 4;
Timestamp; when this request should be considered invalid
long getExpires()
optional uint64 expires = 4;
Timestamp; when this request should be considered invalid
boolean hasMemo()
optional string memo = 5;
Human-readable description of request for the customer
String getMemo()
optional string memo = 5;
Human-readable description of request for the customer
com.google.protobuf.ByteString getMemoBytes()
optional string memo = 5;
Human-readable description of request for the customer
boolean hasPaymentUrl()
optional string payment_url = 6;
URL to send Payment and get PaymentACK
String getPaymentUrl()
optional string payment_url = 6;
URL to send Payment and get PaymentACK
com.google.protobuf.ByteString getPaymentUrlBytes()
optional string payment_url = 6;
URL to send Payment and get PaymentACK
boolean hasMerchantData()
optional bytes merchant_data = 7;
Arbitrary data to include in the Payment message
com.google.protobuf.ByteString getMerchantData()
optional bytes merchant_data = 7;
Arbitrary data to include in the Payment message
Copyright © 2016. All rights reserved.