GoogleCloudRecaptchaenterpriseV1TransactionData constructor
GoogleCloudRecaptchaenterpriseV1TransactionData({
- GoogleCloudRecaptchaenterpriseV1TransactionDataAddress? billingAddress,
- String? cardBin,
- String? cardLastFour,
- String? currencyCode,
- GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo? gatewayInfo,
- List<
GoogleCloudRecaptchaenterpriseV1TransactionDataItem> ? items, - List<
GoogleCloudRecaptchaenterpriseV1TransactionDataUser> ? merchants, - String? paymentMethod,
- GoogleCloudRecaptchaenterpriseV1TransactionDataAddress? shippingAddress,
- double? shippingValue,
- String? transactionId,
- GoogleCloudRecaptchaenterpriseV1TransactionDataUser? user,
- double? value,
Implementation
GoogleCloudRecaptchaenterpriseV1TransactionData({
this.billingAddress,
this.cardBin,
this.cardLastFour,
this.currencyCode,
this.gatewayInfo,
this.items,
this.merchants,
this.paymentMethod,
this.shippingAddress,
this.shippingValue,
this.transactionId,
this.user,
this.value,
});