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