IEstimateLink.ByCurrency(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.