unsupported(forReason:)
Creates an object whose resolution indicates that the specified value is not supported.
Declaration
class func unsupported(forReason reason: INRequestPaymentCurrencyAmountUnsupportedReason) -> SelfParameters
- reason:
The reason why the currency amount is unsupported. For a list of possible values, see Inrequestpaymentcurrencyamountunsupportedreason.
Return Value
A new INRequestPaymentCurrencyAmountResolutionResult object.
Discussion
Use this method when the specified currency amount does not met the payment criteria for your service. For example, you might specify this value when the user requests money in an unsupported currency or the request exceeds the maximum transfer limit for the user’s account.