- 3.50.0 (latest)
- 3.49.0
- 3.48.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.12
- 2.6.1
- 2.5.0
- 2.4.10
- 2.3.1
public interface TransactionDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBillingAddress()
public abstract TransactionData.Address getBillingAddress()
Address associated with the payment method when applicable.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address billing_address = 7;
Returns | |
---|---|
Type | Description |
TransactionData.Address |
The billingAddress. |
getBillingAddressOrBuilder()
public abstract TransactionData.AddressOrBuilder getBillingAddressOrBuilder()
Address associated with the payment method when applicable.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address billing_address = 7;
Returns | |
---|---|
Type | Description |
TransactionData.AddressOrBuilder |
getCardBin()
public abstract String getCardBin()
The Bank Identification Number - generally the first 6 or 8 digits of the card.
string card_bin = 2;
Returns | |
---|---|
Type | Description |
String |
The cardBin. |
getCardBinBytes()
public abstract ByteString getCardBinBytes()
The Bank Identification Number - generally the first 6 or 8 digits of the card.
string card_bin = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cardBin. |
getCardLastFour()
public abstract String getCardLastFour()
The last four digits of the card.
string card_last_four = 3;
Returns | |
---|---|
Type | Description |
String |
The cardLastFour. |
getCardLastFourBytes()
public abstract ByteString getCardLastFourBytes()
The last four digits of the card.
string card_last_four = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cardLastFour. |
getCurrencyCode()
public abstract String getCurrencyCode()
The currency code in ISO-4217 format.
string currency_code = 4;
Returns | |
---|---|
Type | Description |
String |
The currencyCode. |
getCurrencyCodeBytes()
public abstract ByteString getCurrencyCodeBytes()
The currency code in ISO-4217 format.
string currency_code = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for currencyCode. |
getGatewayInfo()
public abstract TransactionData.GatewayInfo getGatewayInfo()
Information about the payment gateway's response to the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.GatewayInfo gateway_info = 10;
Returns | |
---|---|
Type | Description |
TransactionData.GatewayInfo |
The gatewayInfo. |
getGatewayInfoOrBuilder()
public abstract TransactionData.GatewayInfoOrBuilder getGatewayInfoOrBuilder()
Information about the payment gateway's response to the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.GatewayInfo gateway_info = 10;
Returns | |
---|---|
Type | Description |
TransactionData.GatewayInfoOrBuilder |
getItems(int index)
public abstract TransactionData.Item getItems(int index)
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TransactionData.Item |
getItemsCount()
public abstract int getItemsCount()
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
Returns | |
---|---|
Type | Description |
int |
getItemsList()
public abstract List<TransactionData.Item> getItemsList()
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
Returns | |
---|---|
Type | Description |
List<Item> |
getItemsOrBuilder(int index)
public abstract TransactionData.ItemOrBuilder getItemsOrBuilder(int index)
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TransactionData.ItemOrBuilder |
getItemsOrBuilderList()
public abstract List<? extends TransactionData.ItemOrBuilder> getItemsOrBuilderList()
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
Returns | |
---|---|
Type | Description |
List<? extends com.google.recaptchaenterprise.v1beta1.TransactionData.ItemOrBuilder> |
getMerchants(int index)
public abstract TransactionData.User getMerchants(int index)
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TransactionData.User |
getMerchantsCount()
public abstract int getMerchantsCount()
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
Returns | |
---|---|
Type | Description |
int |
getMerchantsList()
public abstract List<TransactionData.User> getMerchantsList()
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
Returns | |
---|---|
Type | Description |
List<User> |
getMerchantsOrBuilder(int index)
public abstract TransactionData.UserOrBuilder getMerchantsOrBuilder(int index)
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TransactionData.UserOrBuilder |
getMerchantsOrBuilderList()
public abstract List<? extends TransactionData.UserOrBuilder> getMerchantsOrBuilderList()
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
Returns | |
---|---|
Type | Description |
List<? extends com.google.recaptchaenterprise.v1beta1.TransactionData.UserOrBuilder> |
getPaymentMethod()
public abstract String getPaymentMethod()
The payment method for the transaction. The allowed values are:
- credit-card
- debit-card
- gift-card
- processor-{name} (If a third-party is used, for example, processor-paypal)
- custom-{name} (If an alternative method is used, for example, custom-crypto)
string payment_method = 1;
Returns | |
---|---|
Type | Description |
String |
The paymentMethod. |
getPaymentMethodBytes()
public abstract ByteString getPaymentMethodBytes()
The payment method for the transaction. The allowed values are:
- credit-card
- debit-card
- gift-card
- processor-{name} (If a third-party is used, for example, processor-paypal)
- custom-{name} (If an alternative method is used, for example, custom-crypto)
string payment_method = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for paymentMethod. |
getShippingAddress()
public abstract TransactionData.Address getShippingAddress()
Destination address if this transaction involves shipping a physical item.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address shipping_address = 6;
Returns | |
---|---|
Type | Description |
TransactionData.Address |
The shippingAddress. |
getShippingAddressOrBuilder()
public abstract TransactionData.AddressOrBuilder getShippingAddressOrBuilder()
Destination address if this transaction involves shipping a physical item.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address shipping_address = 6;
Returns | |
---|---|
Type | Description |
TransactionData.AddressOrBuilder |
getShippingValue()
public abstract double getShippingValue()
The value of shipping in the specified currency. 0 for free or no shipping.
double shipping_value = 12;
Returns | |
---|---|
Type | Description |
double |
The shippingValue. |
getTransactionId()
public abstract String getTransactionId()
Unique identifier for the transaction. This custom identifier can be used to reference this transaction in the future, for example, labeling a refund or chargeback event. Two attempts at the same transaction should use the same transaction id.
optional string transaction_id = 11;
Returns | |
---|---|
Type | Description |
String |
The transactionId. |
getTransactionIdBytes()
public abstract ByteString getTransactionIdBytes()
Unique identifier for the transaction. This custom identifier can be used to reference this transaction in the future, for example, labeling a refund or chargeback event. Two attempts at the same transaction should use the same transaction id.
optional string transaction_id = 11;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for transactionId. |
getUser()
public abstract TransactionData.User getUser()
Information about the user paying/initiating the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.User user = 8;
Returns | |
---|---|
Type | Description |
TransactionData.User |
The user. |
getUserOrBuilder()
public abstract TransactionData.UserOrBuilder getUserOrBuilder()
Information about the user paying/initiating the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.User user = 8;
Returns | |
---|---|
Type | Description |
TransactionData.UserOrBuilder |
getValue()
public abstract double getValue()
The decimal value of the transaction in the specified currency.
double value = 5;
Returns | |
---|---|
Type | Description |
double |
The value. |
hasBillingAddress()
public abstract boolean hasBillingAddress()
Address associated with the payment method when applicable.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address billing_address = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the billingAddress field is set. |
hasGatewayInfo()
public abstract boolean hasGatewayInfo()
Information about the payment gateway's response to the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.GatewayInfo gateway_info = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gatewayInfo field is set. |
hasShippingAddress()
public abstract boolean hasShippingAddress()
Destination address if this transaction involves shipping a physical item.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address shipping_address = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the shippingAddress field is set. |
hasTransactionId()
public abstract boolean hasTransactionId()
Unique identifier for the transaction. This custom identifier can be used to reference this transaction in the future, for example, labeling a refund or chargeback event. Two attempts at the same transaction should use the same transaction id.
optional string transaction_id = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the transactionId field is set. |
hasUser()
public abstract boolean hasUser()
Information about the user paying/initiating the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.User user = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the user field is set. |