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