Contents

displaysPaymentTransaction

A Boolean indicating whether your view controller replaces the default payment transaction interface that Siri provides.

Declaration

optional var displaysPaymentTransaction: Bool { get }

Discussion

Implement this property and return true when you want your view controller to display the payment details of a transaction. For example, you might return true when you want to provide a customized payment interface. If you do not implement this property, or your implementation returns false, Siri displays payment details using its own interface.

See Also

Overriding the Default Behavior