Share via


UnauthorizedReceiptBehavior Enum

Definition

Specifies behaviors for receipts whose issuer domains are not contained in AuthorizedDomains.

public enum UnauthorizedReceiptBehavior
type UnauthorizedReceiptBehavior = 
Public Enum UnauthorizedReceiptBehavior
Inheritance
UnauthorizedReceiptBehavior

Fields

Name Value Description
VerifyAll 0

Verify receipts even if their issuer domain is not in the authorized list.

IgnoreAll 1

Ignore (skip verifying) receipts whose issuer domain is not in the authorized list.

FailIfPresent 2

Fail verification immediately if any receipt exists whose issuer domain is not in the authorized list.

Applies to