Contents

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]) -> Bool

Parameters

  • 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.

See Also

Determining whether the user can make payments