isDelegatedRequest
A Boolean value that indicates whether this payment request is being made by a delegated entity on behalf of a merchant.
Declaration
var isDelegatedRequest: Bool { get set }Discussion
Set this property to YES when your app is acting as an Apple Pay delegate and presenting the payment sheet on behalf of another merchant. The default value is NO.