Class: Google::Shopping::Merchant::Lfp::V1beta::InsertLfpSaleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/lfp/v1beta/lfpsale.rb

Overview

Request message for the InsertLfpSale method.

Instance Attribute Summary collapse

Instance Attribute Details

#lfp_sale::Google::Shopping::Merchant::Lfp::V1beta::LfpSale

Returns Required. The sale to insert.

Returns:



88
89
90
91
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpsale.rb', line 88

class InsertLfpSaleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The LFP provider account. Format: accounts/{lfp_partner}.

Returns:

  • (::String)

    Required. The LFP provider account. Format: accounts/{lfp_partner}



88
89
90
91
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpsale.rb', line 88

class InsertLfpSaleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end