entity.identity.credential_receipt
CredentialReceipt Objects
class CredentialReceipt()
Represents a receipt for a credential, including the credential itself, its ID, and type.
__init__
def __init__(credential: Credential, credential_id: str,
credential_type: str) -> None
Constructs an CredentialReceipt object with the specified parameters.