Метод | Описание | |
---|---|---|
CreateAsync ( |
Creates a new ShopifyApplicationCredit.
|
|
GetAsync ( long id, string fields = null ) : Task |
Retrieves the application credit with the given id.
|
|
ListAsync ( string fields = null ) : Task |
Gets a list of all past and present application credits.
|
|
ShopifyApplicationCreditService ( string myShopifyUrl, string shopAccessToken ) : RestSharp |
Creates a new instance of ShopifyApplicationCreditService.
|
public CreateAsync ( |
||
credit | A new |
|
Результат | Task |
public GetAsync ( long id, string fields = null ) : Task |
||
id | long | The application credit's id. |
fields | string | A comma-separated list of fields to include in the response. |
Результат | Task |
public ListAsync ( string fields = null ) : Task |
||
fields | string | A comma-separated list of fields to include in the response. |
Результат | Task |
public ShopifyApplicationCreditService ( string myShopifyUrl, string shopAccessToken ) : RestSharp | ||
myShopifyUrl | string | The shop's *.myshopify.com URL. |
shopAccessToken | string | An API access token for the shop. |
Результат | RestSharp |