apply
open suspend fun apply(authRuleToken: String, params: AuthRuleV2ApplyParams, requestOptions: RequestOptions = RequestOptions.none()): V2ApplyResponse
Deprecated
deprecated
Associates a V2 Auth rule with a card program, the provided account(s) or card(s).
Prefer using the PATCH method for this operation.
abstract suspend fun apply(params: AuthRuleV2ApplyParams, requestOptions: RequestOptions = RequestOptions.none()): V2ApplyResponse
Deprecated
deprecated