class Google::Apis::AuthorizedbuyersmarketplaceV1::PauseFinalizedDealRequest
Request message for pausing a finalized deal.
Attributes
reason[RW]
The reason to pause the finalized deal, will be displayed to the seller. Maximum length is 1000 characters. Corresponds to the JSON property ‘reason` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 1325 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 1330 def update!(**args) @reason = args[:reason] if args.key?(:reason) end