sec Code
fun secCode(secCode: PaymentCreateParams.PaymentMethodRequestAttributes.SecCode): PaymentCreateParams.PaymentMethodRequestAttributes.Builder
fun secCode(secCode: JsonField<PaymentCreateParams.PaymentMethodRequestAttributes.SecCode>): PaymentCreateParams.PaymentMethodRequestAttributes.Builder
Sets Builder.secCode to an arbitrary JSON value.
You should usually call Builder.secCode with a well-typed SecCode value instead. This method is primarily for setting the field to an undocumented or not yet supported value.