Contents

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

Parameters

  • supportedNetworks:

    An array of PKPaymentNetwork elements to check.

Return Value

true if the device supports processing disbursements through any of the specified networks; otherwise, false.

See Also

Determining whether the user can make payments or disbursements