Contents

supportsDisbursements(using:capabilities:)

Returns a Boolean value indicating whether this device can process disbursement requests using the specified payment network brands and capabilities.

Declaration

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

Parameters

  • supportedNetworks:

    An array of PKPaymentNetwork elements to check.

  • capabilties:

    One of the Pkmerchantcapability capabilities.

Return Value

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

See Also

Determining whether the user can make payments or disbursements