supportsDisbursements(using:capabilities:)
Returns a Boolean value indicating whether this device can process disbursement requests using the specified payment network brands and capabilities.
Declaration
class func supportsDisbursements(using supportedNetworks: [PKPaymentNetwork], capabilities capabilties: PKMerchantCapability) -> BoolParameters
- supportedNetworks:
An array of
PKPaymentNetworkelements to check. - capabilties:
One of the Pkmerchantcapability capabilities.
Return Value
true if the device supports processing disbursements through any of the specified networks and merchant capabilities; otherwise, false.