encode<V>  static method 
Implementation
static V encode<V>(
  SetupIntentOrId instance,
  Encoder<V> encoder,
) {
  return instance.encodeWith(encoder);
}static V encode<V>(
  SetupIntentOrId instance,
  Encoder<V> encoder,
) {
  return instance.encodeWith(encoder);
}