次の方法で共有


IEstimateLink.ByCurrency(String) Method

Definition

Retrieves the operations that can be applied on products from a given country.

public Microsoft.Store.PartnerCenter.Invoices.IEstimateLinkCollectionByCurrency ByCurrency (string currencyCode);
abstract member ByCurrency : string -> Microsoft.Store.PartnerCenter.Invoices.IEstimateLinkCollectionByCurrency
Public Function ByCurrency (currencyCode As String) As IEstimateLinkCollectionByCurrency

Parameters

currencyCode
String

The country name.

Returns

The product collection operations by country.

Applies to