generated/google/apis/content_v2/classes.rb in google-api-client-0.28.0 vs generated/google/apis/content_v2/classes.rb in google-api-client-0.28.1
- old
+ new
@@ -4073,12 +4073,13 @@
# The date when the order was placed, in ISO 8601 format.
# Corresponds to the JSON property `placedDate`
# @return [String]
attr_accessor :placed_date
- # Deprecated. The details of the merchant provided promotions applied to the
- # order. More details about the program are here.
+ # Deprecated. Ignored if provided for createTestOrder. The details of the
+ # merchant provided promotions applied to the order. More details about the
+ # program are here.
# Corresponds to the JSON property `promotions`
# @return [Array<Google::Apis::ContentV2::OrderLegacyPromotion>]
attr_accessor :promotions
# Refunds for the order.
@@ -5423,16 +5424,16 @@
#
class OrderpaymentsNotifyAuthApprovedRequest
include Google::Apis::Core::Hashable
- #
+ # Authorized amount for pre-tax charge on user's credit card.
# Corresponds to the JSON property `authAmountPretax`
# @return [Google::Apis::ContentV2::Price]
attr_accessor :auth_amount_pretax
- #
+ # Authorized amount for tax charge on user's credit card.
# Corresponds to the JSON property `authAmountTax`
# @return [Google::Apis::ContentV2::Price]
attr_accessor :auth_amount_tax
def initialize(**args)
@@ -10658,11 +10659,12 @@
# Details of the requested shipping for the line item.
# Corresponds to the JSON property `shippingDetails`
# @return [Google::Apis::ContentV2::OrderLineItemShippingDetails]
attr_accessor :shipping_details
- # Unit tax for the line item.
+ # Deprecated. Ignored if provided. Tax is automatically calculated for MFL
+ # orders. For non-MFL orders, tax settings from Merchant Center are applied.
# Corresponds to the JSON property `unitTax`
# @return [Google::Apis::ContentV2::Price]
attr_accessor :unit_tax
def initialize(**args)
@@ -10726,10 +10728,11 @@
# An identifier of the item.
# Corresponds to the JSON property `offerId`
# @return [String]
attr_accessor :offer_id
- # The price for the product.
+ # The price for the product. Tax is automatically calculated for MFL orders. For
+ # non-MFL orders, tax settings from Merchant Center are applied.
# Corresponds to the JSON property `price`
# @return [Google::Apis::ContentV2::Price]
attr_accessor :price
# The CLDR territory code of the target country of the product.