Contents

supportsDisbursements(using:capabilities:)

Returns a Boolean value that indicates whether this device can process disbursement requests using the specified payment networks and merchant capabilities.

Declaration

nonisolated class func supportsDisbursements(using supportedNetworks: [PKPaymentNetwork], capabilities: PKMerchantCapability) -> Bool

Parameters

  • supportedNetworks:

    An array of payment networks to check.

  • capabilities:

    One of the Pkmerchantcapability capabilities.

Return Value

true if the device can process disbursement requests using the specified payment networks and merchant capabilities; otherwise, false.

See Also

Determining whether the user can make payments