sharecodedata

package
v0.1361.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Link struct {
	PK        dynamo.ShareKeyType
	SK        dynamo.ShareSortKeyType
	UpdatedAt time.Time

	// LpaKey is the key for the LPA that will be accessed
	LpaKey dynamo.LpaKeyType
	// LpaOwnerKey is the key for the owner of the LPA that will be accessed
	LpaOwnerKey dynamo.LpaOwnerKeyType
	// ActorUID is the UID of the actor being given access to the LPA
	ActorUID actoruid.UID
	// IsReplacementAttorney is true when the actor being given access is being
	// appointed as a replacement (attorney or trust corporation)
	IsReplacementAttorney bool
	// IsTrustCorporation is true when the actor being given access is a trust
	// corporation
	IsTrustCorporation bool

	// InviteSentTo is the email address the supporter sent the invite to
	InviteSentTo string
	// LpaLinkedAt is the time the donor entered the access code
	LpaLinkedAt time.Time
	// LpaLinkedTo is set to the email address the donor used to sign-in when
	// using the code
	LpaLinkedTo string
}

A Link provides the details of the LPA that will be accessed by a share code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL