INRequestPaymentCurrencyAmountResolutionResult.GetUnsupported 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.
Overloads
| Name | Description |
|---|---|
| GetUnsupported(INRequestPaymentCurrencyAmountUnsupportedReason) | |
| GetUnsupported(IntPtr) |
GetUnsupported(INRequestPaymentCurrencyAmountUnsupportedReason)
[Foundation.Export("unsupportedForReason:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INRequestPaymentCurrencyAmountResolutionResult GetUnsupported(Intents.INRequestPaymentCurrencyAmountUnsupportedReason reason);
[<Foundation.Export("unsupportedForReason:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetUnsupported : Intents.INRequestPaymentCurrencyAmountUnsupportedReason -> Intents.INRequestPaymentCurrencyAmountResolutionResult
Parameters
Returns
- Attributes
Applies to
GetUnsupported(IntPtr)
[Foundation.Export("unsupportedWithReason:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INRequestPaymentCurrencyAmountResolutionResult GetUnsupported(IntPtr reason);
[<Foundation.Export("unsupportedWithReason:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetUnsupported : nativeint -> Intents.INRequestPaymentCurrencyAmountResolutionResult
Parameters
- reason
-
IntPtr
nativeint
Returns
- Attributes