Class AccountsResource.LfpStoresResource
The "lfpStores" collection of methods.
Inherited Members
Namespace: Google.Apis.Merchant.lfp_v1beta
Assembly: Google.Apis.Merchant.lfp_v1beta.dll
Syntax
public class AccountsResource.LfpStoresResource
Constructors
LfpStoresResource(IClientService)
Constructs a new resource.
Declaration
public LfpStoresResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string)
Deletes a store for a target merchant.
Declaration
public virtual AccountsResource.LfpStoresResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the store to delete for the target merchant account. Format:
|
Returns
Type | Description |
---|---|
AccountsResource.LfpStoresResource.DeleteRequest |
Get(string)
Retrieves information about a store.
Declaration
public virtual AccountsResource.LfpStoresResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the store to retrieve. Format:
|
Returns
Type | Description |
---|---|
AccountsResource.LfpStoresResource.GetRequest |
Insert(LfpStore, string)
Inserts a store for the target merchant. If the store with the same store code already exists, it will be replaced.
Declaration
public virtual AccountsResource.LfpStoresResource.InsertRequest Insert(LfpStore body, string parent)
Parameters
Type | Name | Description |
---|---|---|
LfpStore | body | The body of the request. |
string | parent | Required. The LFP provider account Format: |
Returns
Type | Description |
---|---|
AccountsResource.LfpStoresResource.InsertRequest |
List(string)
Lists the stores of the target merchant, specified by the filter in ListLfpStoresRequest
.
Declaration
public virtual AccountsResource.LfpStoresResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The LFP partner. Format: |
Returns
Type | Description |
---|---|
AccountsResource.LfpStoresResource.ListRequest |