v1.6.0
Added
- Third Party Identity Check
Added toSandboxCheckReportsBuilder
with:
.WithThirdPartyIdentityCheck(
new SandboxThirdPartyIdentityCheckBuilder()
.WithRecommendation(
new SandboxRecommendationBuilder()
.WithValue("APPROVE")
.Build())
.Build())