public static interface Protos.PaymentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMemo()
optional string memo = 4; |
com.google.protobuf.ByteString |
getMemoBytes()
optional string memo = 4; |
com.google.protobuf.ByteString |
getMerchantData()
optional bytes merchant_data = 1; |
Protos.Output |
getRefundTo(int index)
repeated .payments.Output refund_to = 3; |
int |
getRefundToCount()
repeated .payments.Output refund_to = 3; |
List<Protos.Output> |
getRefundToList()
repeated .payments.Output refund_to = 3; |
Protos.OutputOrBuilder |
getRefundToOrBuilder(int index)
repeated .payments.Output refund_to = 3; |
List<? extends Protos.OutputOrBuilder> |
getRefundToOrBuilderList()
repeated .payments.Output refund_to = 3; |
com.google.protobuf.ByteString |
getTransactions(int index)
repeated bytes transactions = 2; |
int |
getTransactionsCount()
repeated bytes transactions = 2; |
List<com.google.protobuf.ByteString> |
getTransactionsList()
repeated bytes transactions = 2; |
boolean |
hasMemo()
optional string memo = 4; |
boolean |
hasMerchantData()
optional bytes merchant_data = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMerchantData()
optional bytes merchant_data = 1;
From PaymentDetails.merchant_data
com.google.protobuf.ByteString getMerchantData()
optional bytes merchant_data = 1;
From PaymentDetails.merchant_data
List<com.google.protobuf.ByteString> getTransactionsList()
repeated bytes transactions = 2;
Signed transactions that satisfy PaymentDetails.outputs
int getTransactionsCount()
repeated bytes transactions = 2;
Signed transactions that satisfy PaymentDetails.outputs
com.google.protobuf.ByteString getTransactions(int index)
repeated bytes transactions = 2;
Signed transactions that satisfy PaymentDetails.outputs
List<Protos.Output> getRefundToList()
repeated .payments.Output refund_to = 3;
Where to send refunds, if a refund is necessary
Protos.Output getRefundTo(int index)
repeated .payments.Output refund_to = 3;
Where to send refunds, if a refund is necessary
int getRefundToCount()
repeated .payments.Output refund_to = 3;
Where to send refunds, if a refund is necessary
List<? extends Protos.OutputOrBuilder> getRefundToOrBuilderList()
repeated .payments.Output refund_to = 3;
Where to send refunds, if a refund is necessary
Protos.OutputOrBuilder getRefundToOrBuilder(int index)
repeated .payments.Output refund_to = 3;
Where to send refunds, if a refund is necessary
boolean hasMemo()
optional string memo = 4;
Human-readable message for the merchant
String getMemo()
optional string memo = 4;
Human-readable message for the merchant
com.google.protobuf.ByteString getMemoBytes()
optional string memo = 4;
Human-readable message for the merchant
Copyright © 2016. All rights reserved.