CreateTokenParams.pii constructor
- @JsonSerializable(explicitToJson: true)
- required PIITokenParams params,
Creates a single-use token that represents the details of personally identifiable information (PII).
Implementation
@JsonSerializable(explicitToJson: true)
const factory CreateTokenParams.pii({
required PIITokenParams params,
}) = _CreateTokenParamsPII;