public static interface Protos.PaymentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPaymentDetailsVersion()
optional uint32 payment_details_version = 1 [default = 1]; |
com.google.protobuf.ByteString |
getPkiData()
optional bytes pki_data = 3; |
String |
getPkiType()
optional string pki_type = 2 [default = "none"]; |
com.google.protobuf.ByteString |
getPkiTypeBytes()
optional string pki_type = 2 [default = "none"]; |
com.google.protobuf.ByteString |
getSerializedPaymentDetails()
required bytes serialized_payment_details = 4; |
com.google.protobuf.ByteString |
getSignature()
optional bytes signature = 5; |
boolean |
hasPaymentDetailsVersion()
optional uint32 payment_details_version = 1 [default = 1]; |
boolean |
hasPkiData()
optional bytes pki_data = 3; |
boolean |
hasPkiType()
optional string pki_type = 2 [default = "none"]; |
boolean |
hasSerializedPaymentDetails()
required bytes serialized_payment_details = 4; |
boolean |
hasSignature()
optional bytes signature = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPaymentDetailsVersion()
optional uint32 payment_details_version = 1 [default = 1];
int getPaymentDetailsVersion()
optional uint32 payment_details_version = 1 [default = 1];
boolean hasPkiType()
optional string pki_type = 2 [default = "none"];
none / x509+sha256 / x509+sha1
String getPkiType()
optional string pki_type = 2 [default = "none"];
none / x509+sha256 / x509+sha1
com.google.protobuf.ByteString getPkiTypeBytes()
optional string pki_type = 2 [default = "none"];
none / x509+sha256 / x509+sha1
boolean hasPkiData()
optional bytes pki_data = 3;
depends on pki_type
com.google.protobuf.ByteString getPkiData()
optional bytes pki_data = 3;
depends on pki_type
boolean hasSerializedPaymentDetails()
required bytes serialized_payment_details = 4;
PaymentDetails
com.google.protobuf.ByteString getSerializedPaymentDetails()
required bytes serialized_payment_details = 4;
PaymentDetails
boolean hasSignature()
optional bytes signature = 5;
pki-dependent signature
com.google.protobuf.ByteString getSignature()
optional bytes signature = 5;
pki-dependent signature
Copyright © 2016. All rights reserved.