program Level
fun programLevel(programLevel: Boolean): AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Builder
Whether the Auth Rule applies to all authorizations on the card program.
fun programLevel(programLevel: JsonField<Boolean>): AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Builder
Sets Builder.programLevel to an arbitrary JSON value.
You should usually call Builder.programLevel with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.